mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Update templates to fit the new translator
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<div style="margin:5px 0;text-align:right;font-style:italic;position:relative;">
|
||||
{% set nb_records = basket.getElements()|length %}
|
||||
{% set date = app['date-formatter'].getPrettyString(basket.getUpdated()) %}
|
||||
{% trans %}
|
||||
{{ nb_records }} records
|
||||
{% trans with {'%nb_records%' : nb_records} %}
|
||||
%nb_records% records
|
||||
{% endtrans %}
|
||||
- {{ date }}
|
||||
<hr/>
|
||||
|
Reference in New Issue
Block a user