{% load telemeta_tags %} {% load i18n %} {% if collections %} {% for collection in collections %} {% endfor %}
{% trans "Title" %} {% trans "Digitized" %} {% field_label "MediaCollection" "creator" %} {% trans "Recordist" %} {% trans "Recording period" %} {% trans "Code" %}
{{ collection.title }} {% if collection.has_mediafile %}
{% endif %}
{{ 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 %} {{ collection.code|default:collection.old_code }}
{% else %}

{% trans "No collection" %}

{% endif %}