{% 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" %}
PUBLICATIONS {% include "enseignant/modal/modal_add_pub.html" %}
{% for typCour in pub %} {% include "enseignant/modal/modal_delete_pub.html" %} {% include "enseignant/modal/modal_add_support.html" %} {% endfor %}
Année Titre Type Référence Action
Année Titre Type Référence Action
{{forloop.counter}} {{typCour.annee}} {{typCour.titre}} {{typCour.typub}} {{typCour.reference}}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}