PRHAS-2282 #comment fix JY comments

This commit is contained in:
Harrys Ravalomanana
2019-08-08 13:56:44 +04:00
parent 366c486733
commit e7ec57346a

View File

@@ -4,13 +4,9 @@
<table> <table>
<tr> <tr>
<td> <td>
{% if Total == 0 %} {% transchoice Total %}
{{ 'No results' | trans }} {0} No results|{1} Result|]1,Inf[ Results
{% elseif Total == 1 %} {% endtranschoice %}
{{ 'Result' | trans }}
{% else %}
{{ 'Results' | trans }}
{% endif %}
</td> </td>
</tr> </tr>
</table> </table>