{% 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 %} {% block content %}

{{ 'notification.Notification'|trans }}

{% include 'ChillMainBundle:Notification:_list_item.html.twig' with { 'data': { 'template': handler.getTemplate(notification), 'template_data': handler.getTemplateData(notification) }, 'action_button': false, 'full_content': true, 'fold_item': false, 'notification_cc': handler.getTemplateData(notification).notificationCc is defined ? handler.getTemplateData(notification).notificationCc : false } %}
{% include 'ChillMainBundle:Notification:_item_comments.html.twig' %}
{% endblock content %}