{% if app.user.people is defined and app.user.customer.people is not null and app.user.customer.people == people %}
Utilisateur MAPSI :
{{ people.user.email| default("N/C") }}
{% endif %}
{% if app.user.customer.responsable.id is defined and app.user.customer.responsable.id is not null and app.user.customer.responsable.id == people.id %}
Représentant légale :
Oui
{% endif %}
{% if app.user.customer.rse.id is defined and app.user.customer.rse.id is not null and app.user.customer.rse.id == people.id %}