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>
|
<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>
|
||||||
|
Reference in New Issue
Block a user