Chronologie
{{ step.timestamp }}
{% if step.data == "created_date" %}création{% endif %}
{% if step.data == "modified_date" %}dernière modification{% endif %}
{% if step.data == "moderated_date" %}dernière modération{% endif %}
{% if step.data == "imported_date" %}dernière importation{% endif %}
{{ step.timestamp }}
{{ step.data.message|safe }}
{% if step.data.comments %}
Commentaire : {{ step.data.comments }}
{% endif %}