{% if app['request'].query.get('sort') == 'col' %}
{% endif %}
{% trans 'phraseanet:: collection' %}
|
{% if app['request'].query.get('sort') == 'obj' %}
{% endif %}
{% trans 'admin::base: objet' %}
|
{% trans 'admin::base: nombre' %} |
{% trans 'admin::base: poids' %} (Mo) |
{% trans 'admin::base: poids' %} (Go) |
{% for row in table['result'] %}
{{ row['asciiname'] }}
|
{{ row['name'] }}
|
{{ row['n'] }}
|
{{ row['mega'] }}
|
{{ row['giga'] }}
|
{% endfor %}
{% set total = table['total'] %}
{% trans 'report:: total' %} |
|
{{ total['totobj'] }} |
{{ total['mega'] }} (Mo) |
{{ total['giga'] }} (Go) |