{% extends 'admin.html.twig' %} {% block title %}{{ 'page.his.list.title1' | trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ 'page.his.list.title2' | trans }}

{{ include('@AppBundle/Default/flashBag.html.twig') }}

{# #} {% for historique in historiques %} {##} {##} {##} {% endfor %}
{{ 'page.newsIndex.title14' | trans }} {{ 'editUser.index.title4' | trans }} {{ 'page.his.list.title3' | trans }} {{ 'page.event.list.title4' | trans }} {{ 'page.event.list.title5' | trans }}Date d'ajout{{ 'editUser.index.title9' | trans }}
{{ historique.nom }} {{ newsLetter.id }}{#{{ newsLetter.path }}#} {#{% if historique is not null %} Download {% endif %}#} {{ historique.nom }} {{ historique.fonction }}{{ newsLetter.title }}{% if historique.startDate %}{{ historique.startDate|date('Y-m-d H:i:s') }}{% endif %} {% if historique.endDate %}{{ historique.endDate|date('Y-m-d H:i:s') }}{% endif %}{% if historique.dateCreation %}{{ historique.dateCreation|date('Y-m-d H:i:s') }}{% endif %} {% if historique.enable == true %} {% else %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {#{% include '@BackBundle/Events/events/assets.html.twig' %}#} {% endblock %}