Commit | Line | Data |
---|---|---|
6fcc7644 EMS |
1 | {% extends 'base.html' %} |
2 | ||
3 | {% block title %}RH - DAE - Importation{% endblock %} | |
4 | {% block titre %}Ressources humaines{% endblock %} | |
5 | {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %} | |
6 | ||
7 | {% block main %} | |
8 | <h1 class="gauche">Importation d'un poste</h1> | |
9 | ||
10 | <p>Vous vous apprêtez à importer le poste <strong>{{ poste }}</strong> dans | |
11 | le système RH.</p> | |
12 | ||
13 | <form method="post"> | |
14 | <input type="submit" name="confirmer" value="Continuer"> | |
15 | <input type="submit" value="Annuler"> | |
16 | </form> | |
17 | {% endblock %} |