[% USE date %]
-=> [% c.loc("Who is viewing this Page?") %] [ [% date.format(date.now, '%Y-%m-%d %H:%M:%S') %] ] | |
![]() |
[% FOREACH whos IN whos_view_this_page %] [% IF whos.user %] [% whos.user.nickname %][% UNLESS loop.last %], [% END %] [% ELSE %] Guest [% END %] [% END %] |