{% extends '::base2.html.twig' %} {% block title %}Gestion Comptes - Liste{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %}
    {% set i = 0 %} {% for timeLine in timesLine %}
  1. {{ timeLine.dateCreate|date('j M') }}
  2. {% set i = i+1 %} {% endfor %}
    {% set x = 0 %} {% for timeLine in timesLine %}
  1. {{ timeLine.status }} {{ timeLine.superviseur.FinctionString }}
    {% if timeLine.superviseur.path is empty %} {% else %} {% endif %}
  2. {% set x = x+1 %} {% endfor %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}