{% 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 %} {% if location_name %} {% else %} {% endif %} {% for item in items %} {% if location_name %} {% else %} {% endif %} {% endfor %}
{% trans "Title" %} {% trans "Code" %} {% trans "Recordist" %}{% trans "Location" %}{% trans "Country/Continent" %}{% trans "Year of recording" %} {% trans "Sound" %}
{{ item }} {{ item.code|default:item.old_code }} {{ 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 %} {% if item.file %} yes {% endif %}
{% else %}

{% trans "No item" %}

{% endif %}