{% load i18n %}
{% trans 'Comment' %} {{ catalog.comment }}
{% endif %} {% for section in catalog.sections.all %}{% trans 'Comment' %} {{ section.comment }}
{% endif %} {% for subsection in section.subsections.all %}{% trans 'Comment' %} {{ subsection.comment }}
{% endif %} {% for entity in subsection.entities.all %} {% if entity.is_set %}{% trans 'Help' %} {{ entity.help }}
{% endif %} {% if entity.comment %}{% trans 'Comment' %} {{ entity.comment }}
{% endif %}{% trans 'Questions' %}
{% trans 'Text' %}: {{ question.text }}
{% if question.help %}{% trans 'Help' %}: {{ question.help | default_if_none:'n/a' }}
{% endif %} {% if question.attribute_entity.attribute.optionsets.all %}{% trans 'Options' %}:
{% trans 'Range' %}:
{% trans 'Comment' %}: {{ question.comment }}
{% endif %}{% trans 'Text' %} {{ entity.question.text }}
{% if entity.help %}{% trans 'Help' %} {{ entity.help }}
{% endif %} {% if entity.attribute_entity.attribute.optionsets.all %}{% trans 'Options' %}
{% trans 'Range' %}:
{% trans 'Comment' %} {{ entity.comment }}
{% endif %} {% endif %} {% endfor %} {% endfor %} {% endfor %}