+{# {% if activities|length == 0 %}#}
+{#
Aucune activité récente.
#}
+{# {% else %}#}
+
+{# {% for activity in activities %}#}
+ -
+{# {{ activity.timestamp|date('Y-m-d H:i') }} - #}
+{# {{ activity.user.name }} a {{ activity.action }} sur {{ activity.targetType }}: #}
+{# {{ activity.targetName }}#}
+
5 mins ago
+
+{# {% endfor %}#}
+
+{# {% endif %}#}
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/organization/show.html.twig b/templates/organization/show.html.twig
index 6713e19..9939c02 100644
--- a/templates/organization/show.html.twig
+++ b/templates/organization/show.html.twig
@@ -24,9 +24,23 @@
} %}