1 {% extends 'base.html' %}
2 {% load adminmedia dae %}
4 {% block title %}RH - DAE - Embauche{% endblock %}
5 {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %}
8 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
12 <h1 class=
"gauche">Demande d'autorisation d'engagement de personnel
</h1>
13 <a class=
"droite bouton-action" target=
"_blank" href=
"?mode=vpdf">Format impression
</a>
14 {% if dossier|est_editable:request.user %}
<a class=
"droite bouton-action" href=
"{% url embauche dossier.poste.key dossier.id %}">Modifier
</a>{% endif %}
15 <div class=
"visualClear"></div>
17 <h2 class=
"section">SECTION
1 - POSTE
</h2>
18 {% with dossier.poste as poste %}
19 {% include 'dae/poste_resume.html' %}
22 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
25 <div class=
"gauche"><h2>Personne
</h2></div>
27 <table class=
"droite">
30 <th>Mobilité interne
</th>
31 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
37 <div class=
"clear"></div>
38 <table id=
"form-employe">
42 <td colspan=
"5">{{ dossier.employe }}
</td>
50 <h2>Comparaison salariale
</h2>
51 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
61 {% for dc in dossier.comparaisons.all %}
63 <td>{{ dc.implantation }}
</td>
64 <td>{{ dc.personne }}
</td>
65 <td>{{ dc.poste }}
</td>
66 <td>{{ dc.montant }} {{ dc.devise }}
</td>
67 <td>{{ dc.montant_euros }} EUR
</td>
75 <div id=
"form-dossier">
76 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
77 {% include
"dae/embauche-dossier-consulter.html" %}
81 <h2>Pièces jointes
</h2>
83 {% for pj in dossier.dossierpiece_set.all %}
84 <li><a href=
"{{ pj.fichier.url }}" target=
"_blank">{{ pj.nom }}
</a></li>
90 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
93 <table cellspacing=
"0" id=
"global-cost">
94 {% include 'dae/embauche-remun-consulter.html' %}
98 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
99 <h3>A - Justification du poste
</h3>
100 <p>{{ poste.justification }}
</p>
102 <h3>B - Justification de l'employé
</h3>
105 <th>Nouvel employé
</th>
106 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
110 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
111 {{ dossier.justif_nouveau_statut|default:
"∅" }}
112 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
113 {{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
114 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
115 {{ dossier.justif_nouveau_salaire|default:
"∅" }}
116 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
117 {{ dossier.justif_nouveau_commentaire|default:
"∅" }}
120 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
121 {{ dossier.justif_rempl_type_contrat|default:
"∅"}}
122 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
123 {{ dossier.justif_rempl_statut_employe|default:
"∅"}}
124 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
125 {{ dossier.justif_rempl_evaluation|default:
"∅"}}
126 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
127 {{ dossier.justif_rempl_salaire|default:
"∅" }}
128 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
129 {{ dossier.justif_rempl_commentaire|default:
"∅" }}
142 {% for commentaire in dossier.historique_desc %}
143 {% include
"dae/ligne_validation.html" %}
147 <h2>Votre validation (ou commentaire)
</h2>
148 <p>Ce dossier est actuellement à l'état
<span class=
"note">{{ dossier.get_etat_display }}
</span>.
</p>
150 <form action=
"" method=
"post">
152 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
154 {{ validationForm.get_input_etats_as_buttons|safe }}