1 {% extends 'base.html' %}
2 {% load adminmedia dae %}
4 {% block title %}RH - DAE - Poste{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
6 {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %}
9 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
14 <h1 class=
"gauche">Demande d'autorisation de création de poste
</h1>
15 <a class=
"droite bouton-action" target=
"_blank" href=
"?mode=vpdf">Format impression
</a>
16 {% if poste|est_editable:request.user %}
<a class=
"droite bouton-action" href=
"{% url poste poste.key %}">Modifier
</a>{% endif %}
17 <div class=
"visualClear"></div>
19 {% include
"dae/poste_resume.html" %}
29 {% for commentaire in poste.historique_desc %}
30 {% include
"dae/ligne_validation.html" %}
34 <h2>Votre validation
</h2>
35 <p>Le poste est actuellement à l'état :
<span class=
"note">{{ poste.get_etat_display }}
</span>.
</p>
37 <form action=
"" method=
"post">
39 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
41 {{ validationForm.get_input_etats_as_buttons|safe }}