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

Documents


{% for document in type_documents %} {% empty %} {% endfor %}
TYPE DE DOCUMENT
{{ document.description}} {% if document.id|document_add_check:candidat.id %}     {% else %} {% endif %}
AUCUN RESULTAT


{% endblock profil_content %}