1{#
2/**
3 * @var $no_answer
4 */
5#}
6
7<!-- thead -->
8<td></td>
9<th class="answer-text">{{ gT("Increase") }}</th>
10<th class="answer-text">{{ gT("Same") }}</th>
11<th class="answer-text">{{ gT("Decrease") }}</th>
12{% if no_answer %}
13    <th class="answer-text noanswer-text" >{{ gT("No answer") }}</th>
14{% endif %}
15<!-- end of  thead -->
16