{% extends 'vice_president/base_vpr.html' %} {% load static %} {% load custom_tag %} {% block custom_css %} {% endblock custom_css %} {% block m-title %}UFR: {{UFR.code}} {% endblock m-title %} {% block content %}

{% csrf_token %}
{% if UFR %} {% else %} {% endif %}
{% if get_annee and get_niveau and get_semestre %}

RECAP {{get_semestre}} - {{get_niveau}} - {{get_annee}} (session 1 & session 2)

VALIDES OU AUTORISES - {{get_semestre}} - SESSION 1 (session 1)

REFUSES - {{get_semestre}} - SESSION 1 (session 1)

RECAP ANNUEL (session 1 & session 2)

RECAP SPECIFIQUES - {{get_semestre}} (UE/ECUE) (session 1 & session 2)

{% endif %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}