{% extends "base.html" %} {% block title %}Complete – {{ quiz_name }}{% endblock %} {% block content %}

{{ quiz_name }}

All questions answered

You've answered all {{ total_questions }} questions.

{% endblock %}