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

Alyssa and Ben's Wedding: RSVP

{% endblock %} {% block content %}
{% 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 %}
{% endblock %}