{% load static %} Enseignant - USP Note Manager {% block head %}{% endblock head %} {% block custom_css %} {% endblock custom_css %}
{% if user.is_ufr_dg == True %} {% include "dg_ufr/sidebar.html" %} {% elif user.is_respo == True %} {% include "respo_pedag/sidebar.html" %} {% elif user.is_pr == True %} {% include "president/sidebar.html" %} {% elif user.is_vp == True %} {% include "vice_president/sidebar.html" %} {% elif user.profile == True %} {% include "enseignant/sidebar.html" %} {% else %} {% include "EspaceEtudiant/sidebar.html" %} {% endif %}

{% block page_title %}{% endblock page_title %}

{% include 'enseignant/parts/infos.html' %}

{% block m-title %}{% endblock m-title %}

{% include 'main_app/message.html' %}
{% block content %} {% endblock content %}
{% include "main_app/footer.html" %}
{% block custom_js %} {% endblock custom_js %}