{{ w.socialAction|chill_entity_render_string }}
  • {{ 'accompanying_course_work.start_date'|trans ~ ' : ' }} {{ w.startDate|format_date('short') }}
  • {% if w.endDate %}
  • {{ 'accompanying_course_work.end_date'|trans ~ ' : ' }} {{ w.endDate|format_date('short') }}
  • {% endif %}

{% if w.createdBy %}

{{ 'Referrer'|trans }}

{{ w.createdBy|chill_entity_render_box }}

{% endif %} {%- if w.persons -%}

{{ 'Persons in accompanying course'|trans }}

{% for p in w.persons %} {% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { action: 'show', displayBadge: true, targetEntity: { name: 'person', id: p.id }, buttonText: p|chill_entity_render_string, isDead: p.deathdate is not null } %} {% endfor %}
{% endif %} {%- if w.handlingThierParty -%}

{{ 'Thirdparty handling'|trans }}

{% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { action: 'show', displayBadge: true, targetEntity: { name: 'thirdparty', id: w.handlingThierParty.id }, buttonText: w.handlingThierParty|chill_entity_render_string } %}
{% endif %} {%- if w.socialAction.issue -%}

{{ 'Social issue'|trans }}

{% endif %}
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' %}
{% set notif_counter = chill_count_notifications('Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork', w.id) %} {% if notif_counter.total > 0 %} {{ chill_counter_notifications('Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork', w.id) }} {% endif %} {% import '@ChillPerson/Macro/updatedBy.html.twig' as macro %} {{ macro.updatedBy(w) }}
{% if displayAction is defined and displayAction == true %}
{% if is_granted('CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_UPDATE', w) %}
{% endif %}
{% endif %}