{% extends 'frontNEW.html.twig' %} {% block title %} {{ 'page.his.title'|trans }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block css %} {% endblock %} {% block body %} {#
#} {#
#} {#
#} {#

{{ 'page.his.title'|trans }}

#} {#
#} {#
#} {#
#} {% if historiques != null %} {% set i = 0 %}
{% for historique in historiques %}
{{ historique.startDate|date('Y') }} - {{ historique.endDate|date('Y') }}

{{ historique.nom }}

{{ historique.fonction }}

{% set i = i+1 %} {% endfor %}
{% else %}
{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}