MENU
{% if annee %}
{% extends 'enseignant/base_profile.html' %}
{% load static %}
{% load widget_tweaks %}
{% load unicorn %}
{% load custom_tag %}
{% unicorn_scripts %}
{% block page_title %}{{page_title}}{% endblock page_title %}
{% block content %}
MENU
{% if annee %}
Ecue: {% if ecue_obj %}{{ecue_obj.code}}{% else %}Tout{% endif %} |
Status: {% if status == 'tous' %}Tout{% else %}{{status}}{% endif %} |
Du {{debut|date:'d-m-Y'}} Au {{fin|date:'d-m-Y'}}
{% if UFR %}
Imprimer
{% endif %}
{% endif %}