diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
index 8efdd0148..3f49e67cc 100644
--- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
+++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
@@ -127,24 +127,25 @@
{% endif %}
+ {% if activity.comment.comment is not empty and is_granted('CHILL_ACTIVITY_SEE_DETAILS', activity) %}
+
+
+
{{ 'Comment'|trans }}
+
+
+ {{ activity.comment|chill_entity_render_box({
+ 'disable_markdown': false,
+ 'limit_lines': 3,
+ 'metadata': false
+ }) }}
+
+
+ {% endif %}
+
{# Only if ACL SEE_DETAILS AND/OR only on template SHOW ??
durationTime
travelTime
comment
- {% if activity.comment.comment is not empty and is_granted('CHILL_ACTIVITY_SEE_DETAILS', activity) %}
-
-
-
{{ 'Comment'|trans }}
-
-
- {{ activity.comment|chill_entity_render_box({
- 'disable_markdown': false,
- 'limit_lines': 3,
- 'metadata': false
- }) }}
-
-
- {% endif %}
documents
attendee
#}