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

{% elif page == 'hotels' %}

{{ t('hotels_text') }}

{% elif page == 'taxi' %}

{{ t('taxi_text') }}

{% elif page == 'gifts' %}

{{ t('gifts_text') }}

{% elif page == 'location' %}

{{ location_name }}

{{ location_address }}

{% endif %}
{% endblock %}