{% load i18n %} {% if iso_formats %}

{% trans "Discover the available datasets." %}

{% for iso_format in iso_formats %}
{{ iso_format.count }}

{% trans iso_format.category__gn_description %}

{% endfor %}
{% endif %}