ae936f8d |
1 | {% extends 'base.html' %} |
2 | |
498881f4 |
3 | {% block title %}RH{% endblock %} |
4 | {% block titre %}Ressources humaines{% endblock %} |
5 | {% block sous_titre %}Accueil{% endblock %} |
ae936f8d |
6 | |
498881f4 |
7 | {% block main %} |
8 | <h1>Ressources humaines</h1> |
3ae24bdc |
9 | |
498881f4 |
10 | <p> |
11 | L'ensemble des applications RH sera regroupé dans ce système de gestion des ressources humaines (SGRH). |
12 | </p> |
13 | <p> |
14 | Voici les modules actuellement disponibles : |
15 | </p> |
3ae24bdc |
16 | <ul> |
498881f4 |
17 | <li><a href="{% url dae_index %}">Demande d'autorisation d'embauche (DAE)</a></li> |
3ae24bdc |
18 | </ul> |
19 | |
ae936f8d |
20 | {% endblock %} |
498881f4 |
21 | |