{% extends "base.html" %} {% block content %}

Your invitation

{% set response_submitted = (invitation.response == True or invitation.response == False) %} {% if not response_submitted %}
Important! You can only save once your invitation!
{% endif %}
Please let us know whether you are coming alone or with your partner. Contact us in case of any issues with your response.
Babies (from 0 to 2 years) || Children (from 3 to 9 years)
{% if response_submitted %}
Please contact us to modify your invitation.
{% else %} {% endif %}
{% endblock %}