{{ block title }} Task {{round_number}} {{ endblock }} {{ block content }} {% if images == 0 and grammar == 0 %} {{instructions}} {{question}}
{% for q, value, id in zip_answers1 %} {% endfor %}

{% elif grammar == 1 %} {{question}}
{% for q, value, id in zip_answers1 %} {% endfor %} {% for q, value, id in zip_answers2 %} {% endfor %}

{% else %} {{ instructions }}

{% for q, value, id in zip_answers1 %} {% endfor %} {% for q, value, id in zip_answers2 %} {% endfor %}

{% endif %} {{ next_button }} {{ endblock }}