Maj template avec détail

This commit is contained in:
Colin Goutte 2021-10-01 14:12:41 +02:00
parent 61099a9ed1
commit 4bcc49ad5f
1 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,19 @@
<p> Destinataires {{ ''.join(data['recipients']) }} </p>
{% if data['changements'] %}
<p> Changements </p>
{% for changement in data['changements'] %}
<p> {{changement}} </p>
{% endfor %}
{% endif %}
{% if data['status'] %}
<p> État courant </p>
{% for status in data['status'] %}
<p> {{status}} </p>
{% endfor %}
{% endif %}
</body>