{% load telemeta_tags %} {% load i18n %} {% if items %} {% if location_name %} {% else %} {% endif %} {% for item in items %} {% if location_name %} {% else %} {% endif %} {% endfor %}
{% trans "Title" %} {% trans "Digitized" %} {% trans "Recordist" %}{% trans "Location" %}{% trans "Country/Continent" %}{% trans "Year of recording" %} {% trans "Code" %}
{{ item }} {% if item.file %}
{% endif %}
{{ item.collector }}{{ item.location.name }}{{ item.country_or_continent|default:' ' }} {% if item.recorded_from_date %} {{ item.recorded_from_date.year }} {% if item.recorded_to_date and not item.recorded_to_date.year|equals:item.recorded_from_date.year %} - {{ item.recorded_to_date.year }} {% endif %} {% endif %} {{ item.code|default:item.old_code }}
{% else %}

{% trans "No item" %}

{% endif %}