{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block modals%}
{% endblock %} {% block script %} {% endblock %} {% block main %}{{page.p_right|safe}}
Dernier matricule APTA : {{page.lastapta}}
{% if planning_query %}Agenda des comptes à crée :
Service | Nom - Prénom | Date d'arrivée | |
---|---|---|---|
{{item.GES_Service}} | {{item.GES_Nom}} {{item.GES_Prenom}} | {{item.GES_Date}} |
Agenda des comptes à cloturé :
Service | Nom - Prénom | Date de départ | |
---|---|---|---|
{{item.GES_Service}} | {{item.GES_Nom}} {{item.GES_Prenom}} | {{item.GES_Date}} |