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

Postuler aux concours


{% if not candidature %} {% else %} {% endif %} {% for conc in type_concours %} {% empty %} {% endfor %}
IntituléStatus
{{ forloop.counter }} {{ conc.libelle }} {% if not conc.id|candidature_check:candidat.id %} Postuler {% else %} {{ conc.id|candidature_check:candidat.id }} {% endif %}
Aucun résultat


{% endblock profil_content %}