{% extends '/layout/admin_layout.html.twig' %} {% import "macro/listing.html.twig" as listingMacro %} {% block title %}Auth Actions{% endblock %} {% block content %}
{{ listingMacro.filtersBtn( path('app_auth_log_filters', app.request.query|merge({'target': target.value})) ) }}
{% include('components/page_size_choice.html.twig') %}
{% for action in actions %} {% else %} {% endfor %}
# User Action {{ listingMacro.sortItem(sort, 'timestamp', 'Date') }}
{{ pagination.rowIndex(loop.index) }} {{ action.username }} {% if action.isUnauthenticatedUser %} {% endif %} {{ action.action.label }} {{ action.timestamp ? action.timestamp|dtz : '-' }}
no records found
{{ listingMacro.filtersModal( path('app_auth_log_index', {'target': target.value}), false ) }} {% endblock %}