{% load i18n %}
{% trans 'Comment' %} {{ catalog.comment }}
{% endif %} {% for section in catalog.sections.all %}{% trans 'Comment' %} {{ section.comment }}
{% endif %} {% for questionset in section.questionsets.all %}{% trans 'Help' %} {{ questionset.help }}
{% endif %} {% if questionset.verbose_name or questionset.verbose_name_plural %}{% trans 'Verbose name' %}:
{% trans 'Comment' %} {{ questionset.comment }}
{% endif %}{% trans 'Questions:' %}
{% trans 'Text' %}: {{ question.text }}
{% if question.help %}{% trans 'Help' %}: {{ question.help | default_if_none:'n/a' }}
{% endif %} {% if question.attribute.optionsets.all %}{% trans 'Options' %}:
{% trans 'Verbose name' %}:
{% trans 'Range' %}:
{% trans 'Comment' %}: {{ question.comment }}
{% endif %}