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

{% if question %}Frage bearbeiten{% else %}Neue Multiple Choice Frage{% endif %}

Zurück zum Quiz
{% csrf_token %}
{% if image %} Bild der Frage {% endif %}
{% if question and question.data.options %} {% for option in question.data.options|dictsort:"order" %}
{% endfor %} {% else %}
{% endif %}
Abbrechen
{% endblock %}