{% load telemeta_utils %} {% load i18n %} {% if resources %} {% if hits %}

{{ type|capitalize }}{% blocktrans %} from {{ 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 resource in resources %} {% endfor %}
{% trans "Title" %} {% trans "Description" %} {% trans "Code" %} {% trans "Sound" %}
{{ resource.title }} {{ resource.descriptions }} {{ resource.code }} {% if resource.has_mediafile %} yes {% endif %}
{% else %}

{% trans "No resource" %}

{% endif %}