{% extends 'base.html' %} {% include 'quizz_ws_reload.html' %} {% block title %}{{ quizz.name }}{% endblock %} {% block content %} {% include 'progress.html' %}
{{ quizz.questions[question_idx].question|safe }}
{% for answer_idx in answer_order %} {% endfor %}
{% endblock %}