{% extends '@ChillPerson/AccompanyingCourse/layout.html.twig' %} {% block title %} {{ 'Resume Accompanying Course'|trans }} {% endblock %} {% macro insert_onthefly(type, entity) %} {% 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 } %} {% endmacro %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('page_accompanying_course_index_person_locate') }} {% endblock %} {% block content %}
{% for s in accompanyingCourse.scopes %} {{ s.name|localize_translatable_string|capitalize }}{% if not loop.last %}, {% endif %} {% endfor %}
{% else %} {{ 'No scopes'|trans }} {% endif %}