chill-bundles/src/Bundle/ChillPersonBundle/Resources/views/Notification/accompanying_course_designation.md.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 %}.