diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index cf05ccdf9..494212bcd 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -65,6 +65,27 @@ + {% if accompanyingCourse.pinnedComment is not empty %} +
+
+

{{ 'Pinned comment'|trans }}

+
+ {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }} + +
+
+
+ {% endif %} + {% if accompanyingCourse.participations is not empty %}
@@ -91,27 +112,6 @@
{% endif %} - {% if accompanyingCourse.pinnedComment is not empty %} -
-
-

{{ 'Pinned comment'|trans }}

-
- {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }} - -
-
-
- {% endif %} - {% if accompanyingCourse.scopes is not empty %}