{% extends 'admin.html.twig' %} {% block title %}Admin - Liste d'historiques{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Liste d'historiques

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

{# #} {% for historique in historiques %} {##} {##} {##} {% endfor %}
Image Nom Fonction Date de début Date de finDate d'ajoutActions
{{ 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 %}