{% extends "avisstage/base.html" %} {% load staticfiles %} {% block extra_head %} {% endblock %} {% block title %}Profil de {{ object.nom }} - ExperiENS{% endblock %} {% block content %}

Profil de {{ object.nom }} {% if object.user == user %} Modifier mes infos {% endif %}

Promotion : {{ object.promotion }}

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

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

 

{% endif %}

Son expérience

{% if object.stages_publics %} {% else %}

{{ object.nom }} n'a publié aucune expérience pour le moment !

{% endif %}
{% endblock %}