[% title = i18n("Guest Access Code") %]
[% INCLUDE header.html %]
[% IF info.users %][% FOREACH username IN info.users.keys %]
[%# Multiple User / Pass %]
[%# Welcome text %]
[% 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 %]