{% 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 == 'gifts' %}{{ t('gifts') }}{% endif %}

{% if page == 'schedule' %}

{{ t('schedule_intro') }}

15:00

{{ t('schedule_arrival_title') }}

{{ t('schedule_arrival_text') }}

15:30

{{ t('schedule_ceremony_title') }}

{{ t('schedule_ceremony_text') }}

16:00

{{ t('schedule_reception_title') }}

{{ t('schedule_reception_text') }}

18:00

{{ t('schedule_buffet_title') }}

{{ t('schedule_buffet_text') }}

22:00

{{ t('schedule_cake_title') }}

{{ t('schedule_cake_text') }}

{{ t('schedule_afterwards_time') }}

{{ t('schedule_party_title') }}

{{ t('schedule_party_text') }}

{% elif page == 'hotels' %}

{{ t('hotels_intro') }}

{% for hotel in hotels %} {% endfor %}
{% elif page == 'taxi' %}
{{ t('taxi_sticker_alt') }}

{{ t('taxi_text') }}

{% elif page == 'gifts' %}

{{ t('gifts_teaser') }}

{% elif page == 'location' %}

{{ t('location_story_title') }}

{{ t('location_story_text') }}

{% endif %}
{% endblock %}