{% extends 'enseignant/base_profile.html' %} {% load static %} {% load widget_tweaks %} {% load unicorn %} {% unicorn_scripts %} {% block custom_css %} {% endblock custom_css %} {% block page_title %}{{page_title}}{% endblock page_title %} {% block content %}
{% include "enseignant/parts/stats_seance.html" %}
SUPPORT {% include "enseignant/modal/modal_add_support.html" %}
{% for typCour in support %} {% include "enseignant/modal/modal_delete_support.html" %} {% endfor %}
Cours Publication Fichier Action
Cours Publication Fichier Action
{{forloop.counter}} {% if typCour.cours %} {{typCour.cours}}{% endif %} {% if typCour.pub %} {{typCour.pub}}{% endif %} {{typCour.libelle}}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}