{% extends "base_frontoffice.html" %} {% block content %}

LISTE BILAN D'OUVERTURE

{% for bilan in all_bilan %} {% endfor %}
# DATE OBJET ACTION
{{ loop.index }} {{ bilan.date_str }} {{ bilan.objet }} {% if bilan.is_defined==False%} DEFINIR {% endif %} DETAIL
{% endblock %}