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

Your invitations

Please fill for each event number of adults, children (3 to 9 years old) and babies (0 to 2 years old).
{% for _inv in user_invitations %} {% endfor %}
Event Assisting Adults Children Babies Remarks
{{_inv.event.name | capitalize}}
{% endblock %}