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=
"{{ STATIC_URL }}css/dae.css" />
10 <link rel=
"stylesheet" type=
"text/css" media=
"print" href=
"{{ STATIC_URL }}css/print.css" />
15 <h1 class=
"gauche">Demande d'autorisation de création de poste
</h1>
16 <a class=
"droite bouton-action" href=
"#" onclick=
"window.print(); return false;">Impression
</a>
17 {% if poste|est_editable:request.user %}
<a class=
"droite bouton-action" href=
"{% url poste poste.key %}">Modifier
</a>{% endif %}
18 <div class=
"visualClear"></div>
20 {% include
"dae/poste_resume.html" %}
30 {% for commentaire in poste.historique_desc %}
31 {% include
"dae/ligne_validation.html" %}
35 <form action=
"" method=
"post">
36 <h2>Votre validation
</h2>
37 <p>Le poste est actuellement à l'état :
<span class=
"note">{{ poste.get_etat_display }}
</span>.
</p>
40 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
42 {{ validationForm.get_input_etats_as_buttons|safe }}
46 <div class=
"print-only">
48 <p class=
"signature"> ____________________________________________________________
</p>
49 <p class=
"signature"> ____________________________________________________________
</p>
50 <p class=
"signature"> ____________________________________________________________
</p>