diff --git a/mesads/templates/webpack/history.html b/mesads/templates/webpack/history.html
index 25db7af..cf5f1d8 100644
--- a/mesads/templates/webpack/history.html
+++ b/mesads/templates/webpack/history.html
@@ -6,8 +6,11 @@
Historique des changements
{% for revision, objects in history.get_revisions %}
{% for cls, objects_ids in objects.items %}
{% for object_id, diff in objects_ids.items %}
-
-
+
+
+
+
+
Changement du {{ revision.date_created|date:"d/m/Y" }} par {{ revision.user.email }}
{% if "deleted_at" in diff.changed_fields.keys|selectattr:"name" %}
@@ -64,8 +67,11 @@ Historique des changements
{% endfor %}
{% endif %}
-
+
+
+
+
{% endfor %}
{% endfor %}
{% empty %}