{% load static %} Responsable Pédagogique - USP Note Manager {% block head %}{% endblock head %} {% block custom_css %} {% endblock custom_css %}
{% if user.is_vp == True %} {% include "vice_president/sidebar.html" %} {% elif user.is_pr == True %} {% include "president/sidebar.html" %} {% else %} {% include "respo_pedag/sidebar.html" %} {% endif%}

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

{% 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 %}