From e39fa666cd13209c672f3ef87ba3b0744c1a48ef Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Fri, 1 Oct 2021 16:01:21 +0200 Subject: [PATCH] Does not 404 --- templates/historique.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/historique.html diff --git a/templates/historique.html b/templates/historique.html new file mode 100644 index 0000000..5955453 --- /dev/null +++ b/templates/historique.html @@ -0,0 +1,28 @@ + + + + + Email de notificaiton + + + +

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

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

Changements

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

{{changement}}

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

État courant

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

{{status}}

+ {% endfor %} + {% endif %} + + + + +