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

[% i18n("Guest Registration") %]

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


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

[% txt_validation_error %]

[% END %]
[% i18n("Firstname") %] [% i18n("Lastname") %]
[% skipFields = {firstname => undef, lastname => undef} %] [% FOREACH field IN mandatory_fields %] [%- NEXT IF skipFields.exists(field) -%]
[% IF (field == 'mobileprovider') %] [% i18n("Phone Provider") %] [% IF sms_guest_allowed %] Required to receive your access code by SMS [% END %] [% ELSIF (field == 'sponsor_email') %] [% i18n("Sponsor's email") %]
[% IF sponsored_guest_allowed %] Required for sponsored network access [% END %] [% ELSIF (field == 'email') %] [% i18n("$field") %]
[% IF email_guest_allowed %] Required for email network access [% END %] [% ELSIF ( field == 'phone') %] [% i18n("$field") %]
[% IF sms_guest_allowed %] Required for SMS network access [% END %] [% ELSE %] [% i18n("$field") %]
[% END %]
[% END %] [%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[% i18n("I have read and accept the terms") %]
[%# submit %]
[% IF sponsored_guest_allowed %]

[% i18n("If you choose to have your access sponsored, we will send an email to the Sponsor email you provided with an activation link. The sponsor will need to click on that link and authenticate in order to approve you in.") %] [% IF is_preregistration; i18n("You will receive guest credentials by email once approved."); ELSE; i18n("You will be in a waiting area until approved."); END %]


[% END %] [% IF email_guest_allowed %]
[% IF is_preregistration %]

[% i18n("If you choose to receive your access code by email, you will have to click on an activation link sent to your email address. After clicking on the link you will receive guest credentials to use on-site by email") %]

[% ELSE %]

[% i18n("If you choose to receive your access code by email, you will be given temporary network access for 10 minutes during that time:") %]

  • [% i18n("Login to the email account you referenced and;") %]
  • [% i18n("Click on the link emailed to you to validate network access for the next 24 hours.") %]
[% END %]

[% END %] [% IF sms_guest_allowed and !is_preregistration %]

[% i18n("If you choose to receive your access code by SMS, you will be able to enter it on the next page.") %]

[% END %]
[% INCLUDE footer.html dont_show_help = is_preregistration %]