From 701017bdb48d1d4490d17e87f378b72b4ca173ab Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Fri, 1 Oct 2021 16:07:30 +0200 Subject: [PATCH] fix history template --- templates/historique.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/templates/historique.html b/templates/historique.html index 5955453..22d2ac3 100644 --- a/templates/historique.html +++ b/templates/historique.html @@ -2,25 +2,15 @@ - Email de notificaiton + Historique -

Destinataires {{ ''.join(data['recipients']) }}

- {% if data['changements'] %}

Changements

- {% for changement in data['changements'] %} + {% for changement in lines %}

{{changement}}

{% endfor %} - {% endif %} - - {% if data['status'] %} -

État courant

- {% for status in data['status'] %} -

{{status}}

- {% endfor %} - {% endif %}