{% load telemeta_tags %} {% load i18n %} {% if children %} {% if hits %}

{% blocktrans %}{{ resource.children_type|capitalize }} {{ 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 %} {% for child in children %} {% if child.code %} {% endif %} {% endfor %}
{% trans "Title" %} {% trans "Digitized" %} {% trans "Description" %} {% trans "Code" %}
{{ child.title }} {% if child.has_mediafile %}
{% endif %}
{% if child.descriptions %}{{ child.descriptions|safe }}{% else %}{{ child.description|safe }}{% endif %} {{ child.code }}
{% else %}

{% trans "No resource" %}

{% endif %}