{% extends 'base.html.twig' %} {% block title %}{% trans %}title_administration_watchdog{% endtrans %}{% endblock %} {% block subtitle %}{% trans %}subtitle_administration_watchdog{% endtrans %}{% endblock %} {% block body %}

Filtres

Type:
* {% for t in buttonsType %} {% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %} {{ btntype }} {% endfor %} {% if buttonsAction != null %}
Action:
* {% for a in buttonsAction %} {{ a.action }} {% endfor %} {% endif %}
{% include '_cells/historyDisplay.html.twig' with {'history': pagination} %}
{{ knp_pagination_render(pagination) }}
{% endblock %}