1 {% extends 'base.html' %}
3 {% block title %}RH - DAE{% endblock %}
4 {% block titre %}Ressources humaines{% endblock %}
5 {% block sous_titre %}Demande d'autorisation d'embauche{% endblock %}
8 <h1>Liste des demandes d'autorisation de création de poste
</h1>
18 <th>Valid. Recteur
</th>
19 <th>Décision finale
</th>
21 {% for poste in postes %}
23 <td><a href=
"{% url poste poste.key %}">{{ poste }}
</a></td>
24 <td>{{ poste.date_creation|date:
"Y-m-d" }}
</td>
25 <td>{{ poste.user_creation }}
</td>