{% load staticfiles i18n %} {% block title %}{{ invite.event.name }}{% endblock title %} {% for message in messages %}
× {{ message }}
{% endfor %} {% block header %}

{{ invite.get_presentation.title|upper }}

{% endblock header %} {% block upper-breadcrumbs %} {% if invite.event.show_breadcrumbs and required_step != "poll" %} {% if invite.event.breadcrumbs_position == "top" or invite.event.breadcrumbs_position == "both" %} {% include "event/landing_page_templates/includes/_breadcrumbs.html" %} {% endif %} {% endif %} {% endblock upper-breadcrumbs %} {% block action %} {% if required_step == "presentation" %}{% include "event/landing_page_templates/steps/presentation.html" %} {% elif required_step == "schedule" %}{% include "event/landing_page_templates/steps/schedule.html" %} {% elif required_step == "adhesion" %}{% include "event/landing_page_templates/steps/adhesion.html" %} {% elif required_step == "register" %}{% include "event/landing_page_templates/steps/register.html" %} {% elif required_step == "activity" %}{% include "event/landing_page_templates/steps/activity.html" %} {% elif required_step == "transport" %}{% include "event/landing_page_templates/steps/transport.html" %} {% elif required_step == "summary" %}{% include "event/landing_page_templates/steps/summary.html" %} {% elif required_step == "documents" %}{% include "event/landing_page_templates/steps/documents.html" %} {% elif required_step == "decline" %}{% include "event/landing_page_templates/steps/decline.html" %} {% elif required_step == "delegate" %}{% include "event/landing_page_templates/steps/delegate.html" %} {% elif required_step == "greetings" %}{% include "event/landing_page_templates/steps/greetings.html" %} {% elif required_step == "poll" %}{% include "event/landing_page_templates/steps/poll.html" %} {% endif %} {% endblock action %} {% include "event/landing_page_templates/includes/_external_images.html" %} {% block lower-breadcrumbs %} {% if invite.event.show_breadcrumbs and required_step != "poll" %} {% if invite.event.breadcrumbs_position == "bottom" or invite.event.breadcrumbs_position == "both" %} {% include "event/landing_page_templates/includes/_breadcrumbs.html" %} {% endif %} {% endif %} {% endblock lower-breadcrumbs %}