X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Fdae%2Ftemplates%2Fdae%2Fposte_consulter.html;h=e3d8febc83c69e673b588a584e0070eee5993930;hp=e6274829effde64f217d34cdfeafdc786c040f57;hb=841bd1e14925683e055ab1633cbbb59b9f99faef;hpb=3799cafc3d3ff686ec0347792a14ab63a84fcb56 diff --git a/project/dae/templates/dae/poste_consulter.html b/project/dae/templates/dae/poste_consulter.html index e627482..e3d8feb 100644 --- a/project/dae/templates/dae/poste_consulter.html +++ b/project/dae/templates/dae/poste_consulter.html @@ -1,21 +1,35 @@ {% extends 'base.html' %} -{% load adminmedia %} +{% load adminmedia dae %} {% block title %}RH - DAE - Poste{% endblock %} {% block titre %}Ressources humaines{% endblock %} -{% block sous_titre %} -Demande d'autorisation d'embauche -{% endblock %} +{% block sous_titre %}Demande d'autorisation d'engagement{% endblock %} {% block extrahead %} - + + + + + + {% endblock %} {% block main %}

Demande d'autorisation de création de poste

-Format impression +Impression +{% if poste|est_editable:request.user %} Modifier +{% endif %} +{% if not poste.id_rh and importer %} +Importer +{% endif %}
{% include "dae/poste_resume.html" %} @@ -23,26 +37,36 @@ Demande d'autorisation d'embauche

Validations

-
+ + {% endblock %}