{% if profile.adresse %}
{% if profile.email %}{{ profile.email }}{{profile.adresse}}
{% endif %}
{% if profile.code_postal %}{{profile.code_postal}} {% endif %}
{% if profile.ville %}{{profile.ville}} {% endif %}
{% if profile.pays %}{{profile.pays}} {% endif %}
{% endif %} {% if profile.telephone_fixe %}
{{profile.telephone_fixe}} [fixe]
{% endif %}
{% if profile.telephone_portable %}{{profile.telephone_portable}} [portable]
{% endif %}
{% if profile.user.username == request.user.username %}
{% endif %}
Engagements
{% if profile.engagements %}-
{% for engagement in profile.engagements.all %}
- dans {{engagement.initiative}}, en tant que {{engagement.role}} {% endfor %}

{% endblock %}