{% 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 %}{% trans "Title" %} | {% trans "Digitized" %} | {% trans "Description" %} | {% trans "Code" %} |
---|---|---|---|
{{ child.title }} |
{% if child.has_mediafile %}
|
{% if child.descriptions %}{{ child.descriptions|safe }}{% else %}{{ child.description|safe }}{% endif %} | {{ child.code }} |
{% trans "No resource" %}
{% endif %}