[% title = i18n("Guest Access Code") %]
[% INCLUDE header.html %]
[% IF info.users %][% FOREACH guest IN info.users.keys.sort %]
[%# Multiple User / Pass %]
[%# Welcome text %]
[% title %]
[% i18n("Username") %]
[% guest %]
[% i18n("Password") %]
[% info.users.$guest %]
[% txt_valid_from %] [% txt_duration %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[% UNLESS loop.last %][% END %][% END %]
[% ELSE %]
[%# Single User / Pass %]
[%# Welcome text %]