{% load static %} USP SCOLARITE {% block head %}{% endblock head %} {% block custom_css %} {% endblock custom_css %}
{% if user and user.is_ufr_dg == True %} {% include "dg_ufr/sidebar.html" %} {% else %} {% include "scolarite/part/sidebar.html" %} {% endif %}

{% include 'dg_ufr/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 %}