Documents de cours
- {{ doc.doc.name }} {% endif %} {% empty %}
Documents Etudiant
{% for doc in object_list %} {% if doc.authorization == 1 %}Aucun document disponible.
{% endfor %}- {{ doc.doc.name }} {% endif %} {% empty %}
Documents ENSEIGNANT
{% for doc in object_list %} {% if doc.authorization == 2 %}Aucun document disponible.
{% endfor %}{% endif %}