{{ 'guard.ip'|trans }} | {{ 'guard.hits'|trans }} | {{ 'guard.last_seen'|trans }} | {{ 'guard.expiration'|trans }} | {{ 'guard.comment'|trans }} | |
---|---|---|---|---|---|
{{ entity.identifier|rich_ip(null, false) }} | {{ entity.hits|format_number }} | {{ entity.lastSeen ? entity.lastSeen|date('Y-m-d H:i') : '' }} | {% if entity.expiration %} {{ entity.expirationAt|ago }} {% else %} {{ 'guard.never'|trans }} {% endif %} | {{ entity.comment }} | {{ 'guard.delete.button'|trans }} |