{% extends "base.html" %} {% load i18n %} {% block meta_title %}Profil de {{profile}}{% endblock %} {% block document %}
{% block title %}

Profil de {{profile}}

{% endblock %}
{% block content %}
{% if profile.adresse %}
{{profile.adresse}}
{% endif %} {% if profile.code_postal %}{{profile.code_postal}} {% endif %} {% if profile.ville %}{{profile.ville}} {% endif %} {% if profile.pays %}{{profile.pays}} {% endif %}
{% if profile.email %}
{% 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 %} {% endif %}
{% endblock %} {% endblock %} {% block footer%}
{% endblock %}