[% title = i18n("Guest Access Code") %] [% INCLUDE header.html %] [% IF info.users %][% FOREACH username IN info.users.keys %] [%# Multiple User / Pass %] [%# Welcome text %]
Access information

[% title %]


[% i18n("Username") %] [% username %]
[% i18n("Password") %] [% info.users.$username %]
[% txt_valid_from %] [% txt_duration %]
[% UNLESS loop.last %]
[% END %][% END %] [% ELSE %] [%# Single User / Pass %] [%# Welcome text %]
Access information

[% title %]


[% i18n("Username") %] [% info.username %]
[% i18n("Password") %] [% info.password %]
[% txt_valid_from %] [% txt_duration %]
[% END %] [%# submit %]
[% INCLUDE guest/footer.html %]