mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
594 B
Twig
15 lines
594 B
Twig
{{ 'period_notification.You are designated to a new period'|trans }}
|
|
|
|
{{ 'period_notification.See it online'|trans }}:
|
|
|
|
{{ absolute_url(path('chill_person_accompanying_course_index', {'accompanying_period_id': accompanyingCourse.id}, false)) }}
|
|
|
|
{{ 'period_notification.Persons are'|trans }}:
|
|
|
|
{% for p in accompanyingCourse.getCurrentParticipations %}
|
|
* {{ p.person|chill_entity_render_string }}
|
|
{% endfor %}
|
|
|
|
{{ 'period_notification.Social issues are'|trans }}: {% for s in accompanyingCourse.socialIssues %}{{ s|chill_entity_render_string }}{% if not loop.last %}, {% endif %}{% endfor %}.
|
|
|