{% 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 %}
{{ child.title }}
{% else %}

{% trans "No resource" %}

{% endif %}