{% load i18n %} {% load manager_headfoot_classic %} {{ title }}

{{ title }}

{% if errmsg != "" %}

{{ errmsg }}

{% endif %}
{% csrf_token %} {% for q in sheet %}

Q{{ q.qnumber }}: {{ q.question }}
{% if q.format == 0 or q.format == 4 %}
{% blocktrans with maxchars=q.property.maxlen %}{{ maxchars }} characters or less{% endblocktrans %} {% elif q.format == 1 or q.format == 2 %} {% elif q.format == 3 %} {% endif %}

{% endfor %}

{% footer %}