{% load i18n %}
{% trans 'Questions:' %} {{ question.text }}
{% trans 'URI' %}: {{ question.uri }}
{% if question.comment %}{% trans 'Comment' %}: {{ question.comment }}
{% endif %} {% 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 %}