{% load telemeta_utils %} {% load i18n %} {% if collections %} {% if hits %}

{% blocktrans %}Collections {{ first_on_page }} to {{ last_on_page }} on {{ hits }}{% endblocktrans %} | Pages : {% if pages == 1 %}1{% else %}{% if is_paginated %}{% load paginator %}{% paginator 5 %}{% endif %}{% endif %}

{% endif %} {% for collection in collections %} {% endfor %}
{% trans "Title" %} {% trans "Code" %} {% field_label "MediaCollection" "creator" %} {% trans "Recordist" %} {% trans "Recording period" %} {% trans "Sound" %}
{{ collection.title }} {{ collection.code|default:collection.old_code }} {{ collection.creator }} {{ collection.apparent_collector }} {% if collection.recorded_from_year %} {{ collection.recorded_from_year }} {% if collection.recorded_to_year and not collection.recorded_to_year|equals:collection.recorded_from_year %} - {{ collection.recorded_to_year }} {% endif %} {% endif %} {% if collection.has_mediafile %} yes {% endif %}
{% else %}

{% trans "No collection" %}

{% endif %}