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 %} + + + + +