{% load i18n %}
{% 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 %}