{% extends 'base.html.twig' %} {% block title %}Dossier Financier{% endblock %} {% block body %} {% for ca in dataListsCa %} {% endfor %} {% for compte in dataListCompte %} {% endfor %} {% for message in app.flashes('ERR::BAD_PARAMS') %}
{{ message }}
{% endfor %}
{% for el in no_constrain %} {% set redirect_path= el.path %} {% if el.path == "new_bill" %}
{% else %}
{% endif %} {% endfor %}

Pour la periode
optionel :
{% for el in date_constrain %} {% set redirect_path= el.path %}
{% endfor %}
{% endblock %}