{# {% if addresses %}#}
{# #}
{# {% for address in addresses %}#}
{# {% if address.name %}{{ address.name }}{% endif %}#}
{# {% if address.address %}{{ address.address }}{% endif %}#}
{# {% if address.zipCode %}{{ address.zipCode }}{% endif %}#}
{# {% if address.city %} - {% endif %}#}
{# {% if address.city %}{{ address.city }}{% endif %}#}
{# {% if address.department %} - {% endif %}#}
{# {% if address.department %}{{ address.department }}{% endif %}#}
{# {% if address.region %} - {% endif %}#}
{# {% if address.region %}{{ address.region }}{% endif %}#}
{# {% if address.country %} - {% endif %}#}
{# {% if address.country %}{{ address.country|countryName }}{% endif %}#}
{# {% if not loop.last %} {% endif %}#}
{# {% endfor %}#}
{# #}
{# {% endif %}#}
{# {% if emails %}#}
{# #}
{# {% for email in emails %}#}
{# {{ email.email }}#}
{# {% if not loop.last %} {% endif %}#}
{# {% endfor %}#}
{# #}
{# {% endif %}#}
{# {% if phones %}#}
{# #}
{# {% for phone in phones %}#}
{# {{ phone.number }}#}
{# {% if not loop.last %} {% endif %}#}
{# {% endfor %}#}
{# #}
{# {% endif %}#}
{{ "E-mail généré par"|trans({}, 'email', currentLocale)|raw }} {{ "Agence Félix"|trans|trans({}, 'email', currentLocale) }} © {{ "now"|date("Y") }}
|