{% load telemeta_utils %} {% load i18n %} {% if collections %} {% if hits %}
{% blocktrans %}Collections {{ first_on_page }} to {{ last_on_page }} on {{ hits }}{% endblocktrans %} {% if has_previous %} << {% endif %} {% if has_next %} >> {% endif %}
{% endif %}| {% trans "Title" %} | {% field_label "MediaCollection" "creator" %} | {% trans "Recordist" %} | {% trans "Year of recording" %} |
|---|---|---|---|
| {{ collection }} | {{ 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 %} |
{% trans "No collection" %}
{% endif %}