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

{{ quiz.name }}

{{ quiz_game.join_code }}

{% if participant %}

Sichtbar als {{ participant.display_name }}

{% endif %}

Teilnehmer:

{% if host_id %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}