mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PRHAS-2282 #comment fix JY comments
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{% if Total == 0 %}
|
||||
{{ 'No results' | trans }}
|
||||
{% elseif Total == 1 %}
|
||||
{{ 'Result' | trans }}
|
||||
{% else %}
|
||||
{{ 'Results' | trans }}
|
||||
{% endif %}
|
||||
{% transchoice Total %}
|
||||
{0} No results|{1} Result|]1,Inf[ Results
|
||||
{% endtranschoice %}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user