{% extends '@ChillPerson/AccompanyingCourse/layout.html.twig' %} {% block title %} {{ 'Resume Accompanying Course'|trans }} {% endblock %} {% macro insert_onthefly(type, entity, parent = null) %} {% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { action: 'show', displayBadge: true, targetEntity: { name: type, id: entity.id }, buttonText: entity|chill_entity_render_string, isDead: entity.deathdate is defined and entity.deathdate is not null, parent: parent } %} {% endmacro %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('page_accompanying_course_index_person_locate') }} {{ encore_entry_script_tags('page_accompanying_course_index_masonry') }} {{ 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 %}
{{ 'Closing motive'|trans }} : {{ accompanyingCourse.closingMotive.name|localize_translatable_string }}
{% endif %}{{ _self.insert_onthefly('person', accompanyingCourse.requestorPerson) }}
{{ _self.insert_onthefly('thirdparty', accompanyingCourse.requestorThirdParty) }}
{{ 'Pinned comment'|trans }}