user
{% set active = true %} {% if contacts | length > 0 %} {% endif %} {% if mecene.presentation is not null and mecene.presentation != '' %}
{{ mecene.presentation | raw}}
{% endif %}
{% if mecene.adresse is not null and mecene.adresse != '' %}
{{mecene.adresse}}
{{mecene.codepostal}} {{mecene.ville}}
{% endif %} {% if mecene.email is not null and mecene.email != '' %}
{{mecene.email}}
{% endif %} {% if mecene.telephone is not null and mecene.telephone != '' %}
{{mecene.telephone}}
{% endif %}