{% extends 'base.html.twig' %} {% block title %}{% trans %}title_administration_logs{% endtrans %}{% endblock %} {% block body %}
{% for i in files %} {% endfor %}
fichier Actions
{{i.filename}} {% include '_cells/adminLogsActions.html.twig' with {'filename': i.filename} %}
{% endblock %}