{% load i18n %}

{% trans 'Catalog' %} {{ catalog.title }}

{% trans 'URI' %}: {{ catalog.uri }}

{% if catalog.comment %}

{% trans 'Comment' %}: {{ catalog.comment }}

{% endif %} {% for section in catalog.elements %} {% include 'questions/export/section.html' with section=section %} {% endfor %}