[% IF results.count == 0 %]
The user activity log is empty.
[% ELSE %] [% WHILE (row = results.next) %] [% END %]
Creation User User IP Event Action
[% row.creation | html_entity %] [% row.username | html_entity %] [% row.userip | html_entity %] [% row.event | html_entity %]
[% END %]