[%# Copyright (c) 2006 by the South Bay Community Network (sbay.org)
Released under the GNU General Public License (GPL) - see LICENSE file
%]
| Name |
City |
# in party |
[% SET grand_total = 0 %]
[% FOREACH rsvp = guest_list %]
| [% rsvp.first_name %] [% rsvp.last_name %] |
[% rsvp.origin %] |
[% rsvp.total %] |
[% SET grand_total = grand_total + rsvp.total %]
[% END %]
|
| Total |
[% grand_total %] |