{% load telemeta_tags %} {% load i18n %} {% if collections %}
{% trans "Title" %} | {% trans "Digitized" %} | {% field_label "MediaCollection" "creator" %} | {% trans "Recordist" %} | {% trans "Recording period" %} | {% trans "Code" %} |
---|---|---|---|---|---|
{{ collection.title }} |
{% if collection.has_mediafile %}
|
{{ 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 }} |
{% trans "No collection" %}
{% endif %}