{% load i18n %}
{% trans 'Question set' %} {{ questionset.title }}
{% trans 'URI' %}: {{ questionset.uri }}
{% if questionset.comment %}{% trans 'Comment' %}: {{ questionset.comment }}
{% endif %} {% if questionset.help %}{% trans 'Help' %}: {{ questionset.help }}
{% endif %} {% if questionset.verbose_name or questionset.verbose_name_plural %}{% trans 'Verbose name' %}: