{% extends "base.html" %} {% block title %}Alyssa and Ben's Wedding: RSVP{% endblock %} {% block header %}

Alyssa and Ben's Wedding: RSVP

{% endblock %} {% block content %}

Welcome, {{ invitee.full_name }}!

{{ invitee.rsvp_yes_text|safe }}

Additional available actions:

Please indicate whether you will be able to attend...

Please RSVP by September 10. You may revise your responses prior to that date. You may also leave us comments, such as for any dietary restrictions or other needs.

{% if invitee.limited_venue %}

Due to venue space limitations, and to minimize the environmental impact of air travel, we are encouraging guests to attend the venue closest to them.

{% endif %} {%if not allow_rsvp_changes %}

RSVP changes may no longer be made online. Please email us with updates. Below is your current RSVP status.

{%else%}

Please email us if you have any questions.

{%endif%}
{% for g in guest_rsvps %}

Guest: {{g.guest.full_name}}

{%if g.MA %}

Massachusetts Wedding and Reception on Sunday September 26th, 2258

{{ g.MA.errors }}
{{ g.MA.status }}
{{ g.MA.food_selection }}
Shuttle bus reservation for this guest:
{{ g.MA.bus_selection }}
{%if g.CA %}
{% endif %} {% endif %} {%if g.CA %}

California Reception on Sunday October 17th, 2258

{{ g.CA.errors }}
{{ g.CA.status }}
{{ g.CA.food_selection }}
{% endif %}
{% endfor %} {%if allow_rsvp_changes %}
{%else%}
RSVP changes may no longer be made online.
Please email us with updates.
{%endif%}

Information we have about your party: [update]

Address:{{invitee.full_address|linebreaksbr}}
Invite Code:{{invitee.invite_code}}

You and your guests: [update]

{% for g in invitee.ordered_guests.all %} {% endfor %}
Guest Name Email Address Home Phone Mobile Phone
{{g.full_name}} {{g.email}} {{g.home_phone}} {{g.cell_phone}}

{% include "comment_common_previous.html" %} {% include "privacy_common.html" %} {% endblock %}