diff --git a/templates/notification_email.html b/templates/notification_email.html index 58e2965..bf2fd17 100644 --- a/templates/notification_email.html +++ b/templates/notification_email.html @@ -8,6 +8,19 @@

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