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

{% trans %}title_filter{% endtrans %}

{% if id is null or id == '*' %}
{% trans %}title_type{% endtrans %}:
* {% for t in buttonsType %} {% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %} {{ btntype }} {% endfor %} {% else %} {% trans %}button_back{% endtrans %} {% endif %} {% if buttonsAction != null %}
{% trans %}title_actions{% endtrans %}:
* {% for a in buttonsAction %} {{ a.action }} {% endfor %} {% endif %}
{% include '_cells/historyDisplay.html.twig' with {'history': pagination} %}
{{ knp_pagination_render(pagination) }}
{% endblock %}