[% IF results.count == 0 %]
This port's log is empty.
[% ELSE %] [% WHILE (row = results.next) %] [% END %]
Creation User User IP Action Reason Log
[% row.creation_stamp | html_entity %] [% row.username | html_entity %] [% row.userip | html_entity %] [% row.action | html_entity %] [% settings.port_control_reasons.item(row.reason) || row.reason | html_entity %] [% row.log || '-' | html_entity %]
[% END %]