{% extends "@ChillMain/layout.html.twig" %} {% block title 'notification.show notification from %sender%'|trans( { '%sender%': notification.sender|chill_entity_render_string } ) ~ ' ' ~ notification.title %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('mod_notification_toggle_read_status') }} {% endblock %} {% block css %} {{ parent() }} {{ encore_entry_link_tags('mod_notification_toggle_read_status') }} {% endblock %} {% import '@ChillPerson/AccompanyingCourse/Comment/macro_showItem.html.twig' as m %} {% macro recordAction(comment) %} {% if is_granted('CHILL_MAIN_NOTIFICATION_COMMENT_EDIT', comment) %}
{{ 'notification.comments_list'|trans }}
{% if notification.comments|length > 0 %}{{ 'Write a new comment'|trans }}
{{ form_start(appendCommentForm) }} {{ form_errors(appendCommentForm) }} {{ form_widget(appendCommentForm.content) }}