mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
17 lines
472 B
Twig
17 lines
472 B
Twig
Ce rendez-vous a été généré automatiquement par Chill.
|
||
|
||
Pour modifier ou supprimer ce rendez-vous, utilisez l’adresse suivante:
|
||
|
||
{{ absolute_url(path('chill_calendar_calendar_edit', {'id': calendar.id, '_locale': 'fr'})) }}
|
||
|
||
{{ calendar.comment.comment|nl2br }}
|
||
|
||
Usagers et tiers concernés:
|
||
|
||
{% for p in calendar.persons %}
|
||
- {{ p|chill_entity_render_string }}
|
||
{%- endfor -%}
|
||
{% for t in calendar.professionals %}
|
||
- {{ t|chill_entity_render_string }}
|
||
{% endfor %}
|