{{ t('brand') }}
DE
EN
{% if guest_name %}
{% endif %}
{% if guest_name %}
{{ t('countdown_until') }}
0
{{ t('countdown_days') }}
00
{{ t('countdown_hours') }}
00
{{ t('countdown_minutes') }}
00
{{ t('countdown_seconds') }}
{{ t('countdown_subline') }}
{{ t('logout') }}
{% endif %}
{% if guest_name %}
{{ t('translator') }}
{{ t('language_german') if lang == 'de' else t('language_english') }}
⇄
{{ t('language_english') if lang == 'de' else t('language_german') }}
{{ t('translator_input_label') }}
{{ t('translator_phrase_meet') }}
{{ t('translator_phrase_drink') }}
{{ t('translator_phrase_restroom') }}
{{ t('translator_privacy') }}
{{ t('translator_submit') }}
↗
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}