{# included by other cells, with individu=... and optionnaly dossier=... #}
{{ individu.apa.centreAutonomie|default:"Aucun" }}
{% with inst=dossier.suivi.instructeur %} {% if inst %}
{% if inst.prenom or inst.nom %}
{{ inst.civilite|default:"" }} {{ inst.prenom|default:"" }} {{ inst.nom|default:"" }}
{% endif %}
{% if inst.telephone %}{{ inst.telephone }}
{% endif %}
{% if inst.mail %}{{ inst.mail }}{% endif %}