[% title = i18n("PacketFence Registration System") %] [% INCLUDE header.html %] [%# WELCOME TEXT %]
Registration

[% i18n("Guest Registration") %]

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


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

[% i18n(txt_validation_error) %]

[% END %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[% i18n("I have read and accept the terms") %]
[% FOREACH field IN mandatory_fields %]
[% i18n("$field") %]
[% END %] [% IF profile.billing_tiers.size %] [%# TIERS CHOICE %]
[% i18n("Internet Access Package") %] [% FOREACH tier IN profile.billing_tiers %] [% i18n(tier.name) | html %] - $[% i18n(tier.price) | html %]
[% i18n(tier.description) | html %]
[% END %]
[% END %] [% IF billing_sources.size %] [% add_separator = 0 %] [% FOREACH billing IN billing_sources %]
[% IF add_separator %]
or
[% ELSE %] [% add_separator = 1 %] [% END %]
[% END %] [% END %]
[% INCLUDE footer.html %]