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

Postuler aux concours



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

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 concours : {% if not concours %}{% else %} {{concours}}{% endif %}
{% csrf_token %}



{% endblock profil_content %}