[%# Copyright (c) 2006 by the South Bay Community Network (sbay.org) Released under the GNU General Public License (GPL) - see LICENSE file %][% IF guests > 0 %]
[% fields = [ "first_name", "last_name", "email", "city", "new_city", "nickname", "callsign", "comment", "arr_time", "dep_time", "grill", "tshirt", "additional_guests", "travel_mode", "open_seats", "need_ride", "need_shuttle", "shuttle_loc" ] %] [% FOREACH field = fields %][% IF $field %] [% END %][% END %] [% INCLUDE guest_submit_summary %] [% SET guest_num = 1 %] [% WHILE guest_num <= guests %] Additional Guest #[% guest_num %] first name last name grill selection t-shirt size (required to reserve a T-shirt for this guest) Nickname Amateur Radio Callsign [% SET guest_num = guest_num + 1 %] [% END %] Almost done
[% ELSE %] Program error - this template should not be used if there were no additional guests selected. [% END %]