{% extends "admin/base.html" %} {% block body %}
{% if question.multiple_choice is not none %}
    {% for answer in question.multiple_choice.wrong_answers %}
  • {% endfor %}
{% endif %} {% if question.hidden_answer is not none %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}