| TOTAL CM | TOTAL TD | TOTAL TP | TOTAL |
|---|---|---|---|
| {{ args|get_total_seance_between:'CM' }} | {{ args|get_total_seance_between:'TD' }} | {{ args|get_total_seance_between:'TP' }} | {{ args|get_total_seance_between:'ALL' }} |
{% extends 'dg_ufr/base_ufr.html' %}
{% load static %}
{% load custom_tag %}
{% load custom_tag_obj %}
{% load widget_tweaks %}
{% block custom_css %}
{% endblock custom_css %}
{% block m-title %} {% endblock m-title %}
{% block content %}
TOTAL CM
TOTAL TD
TOTAL TP
TOTAL
{{ args|get_total_seance_between:'CM' }}
{{ args|get_total_seance_between:'TD' }}
{{ args|get_total_seance_between:'TP' }}
{{ args|get_total_seance_between:'ALL' }}
| DATE | TYPE | DUREE | SALLE | MATIERE | {% if ens == 'tous' %}ENSEIGNANT | {% endif %}DELEGUE | ADMIN | |
|---|---|---|---|---|---|---|---|---|
| DATE | TYPE | DUREE | SALLE | MATIERE | {% if ens == 'tous' %}ENSEIGNANT | {% endif %}DELEGUE | ADMIN | |
| {{ seance.date|date:'d-m-Y' }} | {{ seance.type_cours }} | {{ seance.debut|time:'G:i' }} - {{ seance.fin|time:'G:i' }} ({{seance|get_duration_between}}) | {{ seance.salle.libelle }} | {{ seance.ecue.code }} : {{ seance.ecue.libelle }} | {% if ens == 'tous' %}{{ seance.enseignant }} | {% endif %}{% if seance.etudiant_valid %} validée {% else %} en attente... {% endif %} | {% if seance.admin_valid %} validée {% else %} en attente... {% endif %} | {% if not seance.admin_valid and user.is_ufr_dg %} {% else %} {% endif %} {% include 'dg_ufr/parts/modal_seance_confirm.html' %} |