[% IF results.count == 0 %]
| Creation | User | User IP | Action | Reason | Log |
|---|---|---|---|---|---|
| [% row.creation | 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 %] |