{% extends "quiz/base.html" %} {% load i18n %} {% block body %}

{{ question.question }}

{% csrf_token %} {% for answer in question.answers.all %}
{% empty %} {% translate "Weirdly enough this question has no answers..." %} {% endfor %}
{% endblock body %}