7 <th>Type de contrat
</th>
8 <td>{{ dossier.type_contrat }}
</td>
12 <td>{%if dossier.remplacement %}oui{% else %}non{%endif %}
</td>
15 <th>Est un cadre?
</th>
16 <td>{%if dossier.est_cadre %}oui{% else %}non{%endif %}
</td>
20 <td> du {{ dossier.contrat_date_debut }} au {{ dossier.contrat_date_fin }}
</td>
23 <th>Régime de travail
</th>
24 <td>{{ dossier.regime_travail|floatformat:
0 }}%
</td>
27 <th>Nombre d'heure par semaine
</th>
28 <td>{{ dossier.regime_travail_nb_heure_semaine|floatformat:
0 }}H
</td>
32 <td>{{ dossier.statut }} {{ dossier.statut_residence }}
</td>
35 <th>Organisme BSTG
</th>
36 {% if dossier.organisme_bstg or dossier.organisme_bstg_autre %}
37 <td>{% if dossier.organisme_bstg %}{{ dossier.organisme_bstg }}{% endif %} {{ dossier.organisme_bstg_autre }}
</td>
47 <h2>Classement et salaire de base
</h2>
49 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
50 {% with dossier.employe.id_rh.get_latest_dossier_ordered_by_date_fin_and_principal as ancien_dossier %}
51 {% if ancien_dossier %}
64 <td>{{ ancien_dossier.classement|default:
"" }}
</td>
65 <td>{{ ancien_dossier.statut|default:
"" }}
</td>
66 <td>{{ ancien_dossier.poste.implantation }}
</td>
67 <td>{{ dossier.employe }}
</td>
68 <td>{{ ancien_dossier.poste.nom }}
</td>
69 {% with ancien_dossier.get_salaire as salaire %}
70 <td>{{ salaire }}
</td>
71 <td>{{ salaire.montant_euros_float|floatformat:
2 }} EUR
</td>
74 {% if ancien_dossier and ancien_dossier.remunerations.all.count
> 0 %}
80 {% rh_remun_form_for_year ancien_dossier %}
87 <p>Il n'y a pas d'ancien dossier pour cet employé
</p>
91 <h3>Précédent titulaire
<span class=
"info">(le cas échéant)
</span></h3>
92 {% if dossier.classement_titulaire_anterieur %}
93 {% with dossier.get_dossier_precedent_titulaire as precedent_titulaire %}
106 <td>{{ precedent_titulaire.classement|default:
"" }}
</td>
107 <td>{{ precedent_titulaire.statut|default:
"" }}
</td>
108 <td>{{ precedent_titulaire.poste.implantation }}
</td>
109 <td>{{ precedent_titulaire.employe }}
</td>
110 <td>{{ precedent_titulaire.poste.nom }}
</td>
111 {% with precedent_titulaire.get_salaire as salaire %}
112 <td>{{ salaire }}
</td>
113 <td>{{ salaire.montant_euros_float|floatformat:
2 }} EUR
</td>
116 {% if precedent_titulaire and precedent_titulaire.remunerations.all.count
> 0 %}
122 {% rh_remun_form_for_year precedent_titulaire %}
130 <p>Il n'y a pas de précédent titulaire
</p>
133 <h3>Proposition de classement
</h3>
137 <th>Classement proposé
</th>
138 <th colspan=
"6">Salaire proposé
</span></th>
141 <td>{{ dossier.classement }}
</td>
142 <td colspan=
"2">{{ dossier.salaire|floatformat:
0 }} {{ dossier.devise.code }}
</td>
143 <td colspan=
"4" id=
"salaire-propose-euros" class=
"montant">{{ dossier.get_salaire_euros|floatformat:
0 }} €
</td>
151 <h2>Accès et ouvertures des comptes
</h2>
155 <th>Compte comptabilité
<th>
156 <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}
</td>
157 <th>Compte courriel
</th>
158 <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}
</td>