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

{% if page == 'schedule' %}{{ t('schedule') }}{% endif %} {% if page == 'hotels' %}{{ t('hotels') }}{% endif %} {% if page == 'taxi' %}{{ t('taxi') }}{% endif %} {% if page == 'location' %}{{ t('location') }}{% endif %}

{% if page == 'schedule' %}

15:00 Trauung, 17:00 Empfang, 19:00 Dinner.

{% elif page == 'hotels' %}

Empfehlungen folgen. Bitte frühzeitig buchen.

{% elif page == 'taxi' %}

Taxi-Service: 01234 / 567890 (24/7).

{% elif page == 'location' %}

{{ location_name }}

{{ location_address }}

{{ t('visit_location') }} {% endif %}
{% endblock %}