{% 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" %}
LOGICIEL {% include "enseignant/modal/modal_add_logiciel.html" %}
{% for typCour in logiciel %} {% include "enseignant/modal/modal_delete_logiciel.html" %} {% endfor %}
Nom Fonction Description Participant Url Action
Nom Fonction Description Participant Url Action
{{forloop.counter}} {{typCour.libelle}} {{typCour.fonction}} {{typCour.description}} {{typCour.participant}} {{typCour.url}}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}