{% load telemeta_tags %} {% load i18n %} {% if page.object_list %} {% if user.is_authenticated %} {% else %} {% endif %} {% if location_name %} {% else %} {% endif %} {% if user.is_authenticated %} {% for result in page.object_list %} {% endfor %} {% else %} {% for result in page.object_list %} {% endfor %} {% endif %}
select all {% trans "title" %}{% trans "title" %}{% trans "Digitized" %} {% trans "Recordist" %}{% trans "Location" %}{% trans "Country/Continent" %}{% trans "Year of recording" %} {% trans "Code" %}
{{ result.object }}
{% if result.object.file %}
{% endif %}
{{ result.object.collector }} {{ result.object.location.name }} {% if result.object.recorded_from_date %} {{ result.object.recorded_from_date.year }} {% if result.object.recorded_to_date and not result.object.recorded_to_date.year|equals:result.object.recorded_from_date.year %} - {{ result.object.recorded_to_date.year }} {% endif %} {% endif %} {{ result.object.code|default:result.object.old_code }}
{{ result.object }}
{% if result.object.file %}
{% endif %}
{{ result.object.collector }} {{ result.object.location.name }} {% if result.object.recorded_from_date %} {{ result.object.recorded_from_date.year }} {% if result.object.recorded_to_date and not result.object.recorded_to_date.year|equals:result.object.recorded_from_date.year %} - {{ result.object.recorded_to_date.year }} {% endif %} {% endif %} {{ result.object.code|default:result.object.old_code }}
{% else %}

{% trans "No results found" %}

{% endif %}