{% load telemeta_utils %} {% load i18n %} {% if items %} {% if hits %}
{% blocktrans %}Items {{ 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 %}{% trans "Title" %} | {% trans "Code" %} | {% trans "Recordist" %} | {% if location_name %}{% trans "Location" %} | {% else %}{% trans "Country/Continent" %} | {% endif %}{% trans "Year of recording" %} | {% trans "Sound" %} |
---|---|---|---|---|---|---|
{{ item }} | {{ item.code|default:item.old_code }} | {{ item.apparent_collector }} | {% if location_name %}{{ item.location.name }} | {% else %}{{ item.country_or_continent|default:' ' }} | {% endif %}{% 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 %} |
{% if item.file %}
![]() |
{% trans "No item" %}
{% endif %}