{% extends '@ChillPerson/AccompanyingCourse/layout.html.twig' %} {% block title %} {{ 'Accompanying Course Comment list'|trans }} {% endblock %} {% import '@ChillPerson/AccompanyingCourse/Comment/macro_showItem.html.twig' as m %} {% macro recordAction(comment, isPinned) %} {% if isPinned is defined and isPinned == true %} {% else %}
{{ block('title') }}
{{ 'Write a new comment'|trans }}
{{ _self.form_comment('new', form) }}