{% load i18n %} {% load manager_headfoot_classic %}
{{ errmsg }}
Q{{ q.qnumber }}: {{ q.question }} {% if q.format == 0 or q.format == 4 %} {{ q.property.text }} {% blocktrans with maxchars=q.property.maxlen %}{{ maxchars }} characters or less{% endblocktrans %} {% elif q.format == 1 or q.format == 2 %} {% trans "--- Please select ---" %} {% for item in q.property %} {{ item.text }}{% endfor %} {% elif q.format == 3 %} {% for item in q.property %} {{ item.text }}{% endfor %} {% endif %}