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

Quiz beendet!

Vielen Dank fürs Spielen!

{% if not is_host %} {% if rating_enabled %}

Wie hat dir das Quiz gefallen?

{% else %}

Bewertungen sind deaktiviert

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