{% extends 'base.html' %} {% block content %} {% if success %} The quiz {{quiz_name}} has been successfully opened.
Return to admin page {% else %} Select the quiz to open.
{% endif %} {% endblock %}