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

Quiz beendet!

Vielen Dank fürs Spielen!

{% if not is_host %}

Wie hat dir das Quiz gefallen?

{% endif %}
{% if not is_host %} {% include 'play/game/common_scripts.html' %} {% endif %} {% endblock %}