{% 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 %} {% for child in children %} {% if child.code %} {% endif %} {% endfor %}
{% trans "Title" %} {% trans "Description" %} {% trans "Code" %} {% trans "Reference" %}
{{ child.title }} {{ child.description }} {{ child.code }} {{ child.reference }}
{% else %}

{% trans "No resource" %}

{% endif %}