{% extends 'base.html' %} {% block content %}
{{ t('rsvp') }} {{ t('upload') }} {{ t('gallery') }} {{ t('schedule') }} {{ t('hotels') }} {{ t('taxi') }} {{ t('location') }} {% if not is_admin %} {{ t('gifts') }} {% endif %} {% if is_admin %} {{ t('host_area') }} {% endif %}
{% endblock %}