{# =======================================================================
== Affichage de la personne planifiee
======================================================================= #}
{% if activite.affectations|length > 0 %}
{% for person in activite.affectations %}
{{ person.displayName }}
{% endfor %}
{% else %}
Non défini
{% endif %}
{# =======================================================================
== Formulaire de modification
======================================================================= #}
{% if mode == 'edit' %}
{% endif %}
|
{% if mode == 'edit' %}
|