{% load i18n %} {{ js_template|safe }}

{{block_name}}

{% for answer, label in answers %} {% endfor %} {% for key, question in questions %} {% for answer, label in answers %} {% endfor %} {% endfor %}
{{label}}
{% if question.img %}
{{question.img_alt|default_if_none:''}}
{% endif %} {{question.label|safe}}
{% with answer_count=forloop.counter %} {% for answer, label in answers %} {% if forloop.counter == answer_count %} {% endif %} {% endfor %} {% endwith %}
{% trans 'Thank you.' %}
{% blocktrans with submissions_count_s='{{ submissions_count }}' max_submissions_s='{{ max_submissions }}' %} You have used {{ submissions_count_s }} out of {{ max_submissions_s }} submissions. {% endblocktrans %}
{% if feedback %} {% endif %} {% if can_view_private_results %}
{% endif %}