{% extends 'profil/profil_base.html' %} {% load static %} {% block title %} Modifier le profil{% endblock title %} {% block profil_content %}
| 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 %} |