[% firstname %] [% lastname %] [% i18n("requested guest access to your network.") %]
[% i18n("Guest request") %]

[% i18n("Hello") %]

[% firstname %] [% lastname %] [% i18n("requested guest access to your network.") %]

[% i18n("Do NOT authorize access if you were not expecting this guest.") %]

[% i18n("Here is the information the guest provided with registration form") %]:

[% i18n("Firstname") %]

[% firstname %]

[% i18n("Lastname") %]

[% lastname %]

[% IF telephone %]

[% i18n("Phone number") %]

[% telephone %]

[% END %]

[% i18n("Email") %]

[% email %]

[% IF pid != email %]

PID

[% pid %]

[% END %] [% FOREACH f IN additional_fields %]

[% i18n(f.label) %]

[% f.value %]

[% END %]
[% i18n("Activate Access") %]
[% IF is_preregistration -%]

[% i18n("Once you click on the activation link the guest will be sent a username and password by email which will allow him to register as a guest in the network once on-site.") %]

[% ELSE %]

[% i18n("Until you click on the activation link this guest will have NO Internet access.") %]

[%- END %]

[% i18n("Thank you for your cooperation.") %]

[% i18n("This message was sent automatically from an unmonitored email address, please do not reply.") %]