[% 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 %]
[% i18n("Phone number") %]: [% telephone %]
[% i18n("Email") %]: [% pid %]
[% i18n ("Activate the sponsor access for guest ") %][% firstname %]
[% 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.") %]
|