{% 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') }}

16:00

{{ t('schedule_arrival_title') }}

{{ t('schedule_arrival_text') }}

16:30

{{ t('schedule_ceremony_title') }}

{{ t('schedule_ceremony_text') }}

{{ t('schedule_reception_time') }}

{{ t('schedule_reception_title') }}

{{ t('schedule_reception_text') }}

19:00

{{ t('schedule_buffet_title') }}

{{ t('schedule_buffet_text') }}

{{ t('schedule_cake_time') }}

{{ 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('culinary_title') }}

{{ t('culinary_intro') }}

{{ t('culinary_drinks') }}

{{ t('drinks_during_celebration') }}

{{ t('drinks_intro') }}

{{ t('drinks_refreshments_image_alt') }}

{{ t('drinks_refreshments') }}

{{ t('drinks_non_alcoholic') }}

  • {{ t('drinks_water') }}
  • {{ t('drinks_soft') }}
  • {{ t('drinks_juices') }}
{{ t('drinks_image_alt') }}

{{ t('drinks_wine_beer') }}

{{ t('drinks_wine_selection') }}

{{ t('drinks_white_wine') }}

Jung Dahlen

Einklang Riesling
{{ t('drinks_off_dry') }}

Domdechant Werner

Riesling
{{ t('drinks_dry') }}

{{ t('drinks_rose_wine') }}

Jung Dahlen

Rosé Sinfonie

{{ t('drinks_red_wine') }}

Jung Dahlen

Pinot Noir

{{ t('drinks_beer') }}

{{ t('drinks_beer_selection') }}

{{ t('drinks_bar_image_alt') }}

{{ t('drinks_aperitif_spirits') }}

{{ t('drinks_bar_classics') }}

{{ t('drinks_aperitif') }}

  • Aperol Spritz
  • Lillet Wildberry
  • Hugo
  • {{ t('drinks_sparkling_wine') }}

{{ t('drinks_spirits') }}

{{ t('drinks_spirits_text') }}

{{ t('drinks_evening_image_alt') }}

{{ t('drinks_evening_bar') }}

{{ t('drinks_from_22') }}

{{ t('drinks_longdrinks_cocktails') }}

{{ t('drinks_longdrinks') }}

  • Gin & Tonic
  • Rum & Cola
  • Vodka Orange
  • Whisky & Cola

{{ t('drinks_cocktails') }}

  • Mojito Razz
  • Sex on the Beach
  • Bahama Mama
{% elif page == 'gifts' %}

{{ t('gifts_teaser') }}

{% elif page == 'location' %} {% if location_video_url %}
{% endif %}

{{ t('location_story_title') }}

{{ t('location_story_text') }}

{{ location_name }} {{ location_name }} {{ location_name }} {{ location_name }} {{ location_name }} {{ location_name }}

{{ t('location_map_intro') }}

{% endif %}
{% endblock %}