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