[% title = i18n("PacketFence Registration System") %] [% INCLUDE header.html body_attributes = 'onload="$(\'firstfield\').focus();"'; %] [%# WELCOME TEXT %]
Registration

[% i18n("Guest Registration") %]

[% i18n("guest network disclaimer") %]


[%# ERROR %] [% IF txt_validation_error.defined %]

[% i18n(txt_validation_error) %]

[% END %]
[%# TIERS CHOICE %]
[% FOREACH tier IN tiers.keys.sort %] [% IF loop.first() %][% i18n("Internet Access Package") %][% END %] [% i18n(tiers.$tier.name) | html %] - $[% i18n(tiers.$tier.price) | html %]
[% i18n(tiers.$tier.description) | html %]
[% END %]
[%# CREDIT CARD INFORMATIONS %]
[% i18n("Firstname") %] [% i18n("Lastname") %] [% i18n("Email") %]
[% i18n("Credit Card Number") %] [% i18n("Credit Card Expiration Date") %] [% i18n("(MMYY)") %] [% i18n("Credit Card Verification Number") %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[% i18n("I accept the terms") %]
[% i18n("I have read and accept the terms") %]
[%# SUBMIT %]
[% INCLUDE footer.html %]