{% extends 'base.html.twig' %}
{% block title %}{% trans %}title_administration_watchdog{% endtrans %}{% endblock %}
{% block subtitle %}{% trans %}subtitle_administration_watchdog{% endtrans %}{% endblock %}
{% block body %}
Filtres
{% if id is null or id == '*' %}
Type:
*
{% for t in buttonsType %}
{% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %}
{{ btntype }}
{% endfor %}
{% else %}
back to list
{% endif %}
{% if buttonsAction != null %}
Action:
*
{% for a in buttonsAction %}
{{ a.action }}
{% endfor %}
{% endif %}
{% include '_cells/historyDisplay.html.twig' with {'history': pagination} %}