{% import '_pager.html.twig' as pager %}
{{ 'guard.selector'|trans }} | {{ 'guard.priority.label'|trans }} | {{ 'guard.hits'|trans }} | {{ 'guard.last_seen'|trans }} | {{ 'guard.comment'|trans }} | |
---|---|---|---|---|---|
{{ entity.identifier|rich_ip(null, false) }} | {{ entity.priority|format_number }} | {% if stats[entity.identifier] %}{{ stats[entity.identifier].hits|format_number }}{% else %}0{% endif %} | {% if stats[entity.identifier] %}{{ stats[entity.identifier].lastSeen ? stats[entity.identifier].lastSeen|date('Y-m-d H:i') : '' }}{% endif %} | {{ entity.comment }} | {{ 'guard.edit.button'|trans }} {{ 'guard.delete.button'|trans }} |