{% extends 'base.html' %} {% block content %}

Frage

{{ question_index|add:1 }}

von

{{ total_questions }}

{{ question_data.question }}

{% if question_data.type != "input" %}
{% for option in question_data.options %} {% endfor %}
{% else %}
{% endif %}
{% endblock %} {% block extra_js %} {% include 'play/game/common_scripts.html' %} {% endblock %}