{% 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 }}!

Available actions:

Information we have about your party:

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

You and your guests:

{% 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.mobile_phone}}

Please feel free to leave us comments:

{{ comment_form.as_table }}

Previous comments you have left:

{% endblock %}