{% macro historique_body(titre="Historique", soustitre=None, historique={}) %}
{% if historique["liste_dates"]|length > 0 %}
{% if titre not in ("", None) %}
{{ titre }}
{% if soustitre not in ("", None) %}
{{ soustitre }}
{% endif %}
{% endif %}
{% for date in historique["liste_dates"] %}
{{ date }}
{% for action in historique["dict_actions"][date] %}
{{ DateDTEnHeureFr(action.horodatage) }}
{% if action.etat == "suppression" %}{% endif %}
{{ action.description }}
{% if action.etat == "suppression" %}{% endif %}
{% if action.action != "maj_password" %}
{% endif %}