{% extends 'profil/profil_base.html' %} {% load static %} {% block title %} Modifier le profil{% endblock title %} {% block profil_content %}

Ajouter un document



{% include 'parts/message.html' %}

{% if hide_form %}
Mes documents
{% endif %}
Année : {% if not annee %}{% else %} {{annee}}{% endif %}
No Candidat : {% if not candidat.nc %}{% else %} {{candidat.nc}}{% endif %}
Nom et Prénoms : {{candidat}}
Type de document : {% if not docs %}{% else %} {{docs.description}}{% endif %}
{% csrf_token %}

**** Seul le format image est autorisé (.jpg, .png, .jpeg, ...)

{{form.document}}




{% endblock profil_content %}