{% extends "avisstage/base.html" %} {% load staticfiles %} {% block title %}Espace personnel - ExperiENS{% endblock %} {% block content %}

Bonjour {{ user.profil.nom }} !

Mes stages

Mon profil public Modifier mes infos

{% with object=user.profil %}

Promotion : {{ object.promotion }}

{% if object.contactez_moi %} Contact : {{ object.mail }} {% endif %}

{% if object.bio %}
{{ object.bio|linebreaks }}
{% else %}

Vous n'avez rien mis ici. Écrivez un peu à propos de vous !

{% endif %}
{% endwith %}
{% endblock %}