{% 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' %} {{ t('schedule_text') }} {% elif page == 'hotels' %} {{ t('hotels_text') }} {% elif page == 'taxi' %} {{ t('taxi_text') }} {% elif page == 'location' %} {{ location_name }} {{ location_address }} {{ t('visit_location') }} {% endif %} {% endblock %}
{{ t('schedule_text') }}
{{ t('hotels_text') }}
{{ t('taxi_text') }}
{{ location_name }}
{{ location_address }}