{% for colName,row in table %} {% for subdef in row['medias'] %} {% if loop.first %} {% endif %} {% endfor %} {% endfor %}
{% if app['request'].query.get('sort') == 'col' %} {% endif %} {{ 'Collection' | trans }} {% if app['request'].query.get('sort') == 'obj' %} {% endif %} {{ 'Subdef' | trans }} {{ 'Number' | trans }} {{ 'Weight' | trans }}

{{ colName }}

{{ subdef['subdef_name'] }} {{ subdef['total_subdefs'] }} {{ subdef['total_size']|bytesToAuto }}
{% trans %}Total{% endtrans %} {{ row['total_subdefs'] }} {{ row['total_size']|bytesToAuto }}
{% trans %}Cumulative total{% endtrans %} {{ total['total_subdefs'] }} {{ total['total_size']|bytesToAuto }}
{{ 'boutton::retour' | trans }}