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

Frage {{ question_index|add:1 }} von {{ total_questions }}

{{ question_data.question }}

{% if question_image %}
Bild der Frage
{% endif %}

Verbleibende Zeit

30

Antworten

0/0

{% for option in question_data.options %}

{{ option.value }}

{% endfor %}
{% endblock %} {% block extra_js %} {% include 'play/game/common_scripts.html' %} {% endblock %}