{% load telemeta_utils %} {% 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 "Description" %} | {% trans "Code" %} | {% trans "Reference" %} | {% trans "Sound" %} |
---|---|---|---|---|
{{ child.title }} | {{ child.description }} | {{ child.code }} | {{ child.reference }} |
{% if child.has_mediafile %}
![]() |
{% trans "No resource" %}
{% endif %}