{% load i18n %}

{% trans 'Section' %} {{ section.title }}

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

{% if section.comment %}

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

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