{% load combo %}

Actions

{% if json.data and not json.err %} {% with json.data as data %}

En cours

{% for action in data %} {% if action.clos == "Non" %} {% endif %} {% endfor %}
Nom Code SAC Date de préconisation Date de début Date de fin Validation
{{ action.libelle|default:"" }} {{ action.sac|default:"" }} {{ action.date_preconisation|date:"d/m/Y"|default:"" }} {{ action.date_deb|date:"d/m/Y"|default:"" }} {{ action.date_fin|date:"d/m/Y"|default:"" }} {{ action.validation|default:"" }}

Terminées

{% for action in data %} {% if action.clos == "Oui" %} {% endif %} {% endfor %}
Nom Code SAC Date de préconisation Date de début Date de fin Validation
{{ action.libelle|default:"" }} {{ action.sac|default:"" }} {{ action.date_preconisation|date:"d/m/Y"|default:"" }} {{ action.date_deb|date:"d/m/Y"|default:"" }} {{ action.date_fin|date:"d/m/Y"|default:"" }} {{ action.validation|default:"" }}
{% endwith %} {% else %}

Aucune information.

{% endif %}