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

{{ quiz.name }} View results

{% csrf_token %} {{ form|crispy }} Nevermind Delete
Questions
Answers
{% for question in questions %}
{{ question.answers_count }}
{% empty %}

You haven't created any questions yet. Go ahead and add the first question.

{% endfor %}
{% endblock %}