{% 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 %}
{% 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 %}
{% if can_view_private_results %} {% if not studio_edit %}

{% else %}

{% trans "Student data and results CSV available for download in the LMS." %}

{% endif %} {% endif %}