{% extends 'base.html' %} {% block content %} {{ t('guest_area') }} {{ t('hello_guest').format(name=guest_name) }} {{ t('rsvp') }} {{ t('upload') }} {{ t('gallery') }} {{ t('schedule') }} {{ t('hotels') }} {{ t('taxi') }} {{ t('location') }} {% if is_admin %} {{ t('host_area') }} {% endif %} {% endblock %}
{{ t('hello_guest').format(name=guest_name) }}