6 <th>Type de contrat
</th>
7 <td colspan=
"4">{{ dossier.type_contrat }}
</td>
9 <td>{%if dossier.remplacement %}oui{% else %}non{%endif %}
</td>
12 <th rowspan=
"2">Durée
</th>
13 <td colspan=
2> du {{ dossier.contrat_date_debut }}
</td>
14 <td colspan=
2>au {{ dossier.contrat_date_fin }}
</td>
15 <th>Régime de travail
</th>
16 <td>{{ dossier.regime_travail }}%
</td>
19 <th>Nombre d'heure par semaine
</th>
20 <td colspan=
5>{{ dossier.regime_travail_nb_heure_semaine }}H
</td>
24 <td colspan=
"4">{{ dossier.statut }} {{ dossier.statut_residence }}
</td>
25 <th>Organisme BSTG
</th>
26 {% if dossier.organisme_bstg or dossier.organisme_bstg_autre %}
27 <td>{% if dossier.organisme_bstg %}{{ dossier.organisme_bstg }}{% endif %} {{ dossier.organisme_bstg_autre }}
</td>
37 <h2>Classement et salaire de base
</h2>
42 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
47 {{ dossier.employe }}
<span class=
"info">{{ dossier.employe.id_rh.dossier_set.all.reverse }}
</span>
51 <th>Classement antérieur
</th>
52 <th>Salaire antérieur
</th>
53 <th>Statut antérieur
</th>
57 <td>{{ dossier.classement_anterieur|default:
"" }}
</td>
58 <td>{{ dossier.salaire_anterieur|floatformat:
0 }}
</td>
59 <td>{{ dossier.statut_anterieur|default:
"" }}
</td>
60 <td>{{ dossier.type_contrat|default:
"" }}
</td>
65 <h3>Précédent titulaire
<span class=
"info">(le cas échéant)
</span></h3>
70 {{ dossier.employe_anterieur }}
74 <th>Classement du titulaire antérieur
</th>
75 <th colspan=
"4">Salaire du titulaire antérieur
</th>
76 <th>Statut du titulaire antérieur
</th>
80 <td>{{ dossier.classement_titulaire_anterieur }}
</td>
81 <td>{{ dossier.salaire_titulaire_anterieur|floatformat:
0 }}
</td>
82 <td>{{ form.instance.statut_titulaire_anterieur }}
</td>
87 <h3>Proposition de classement
</h3>
91 <th>Classement proposé
</th>
92 <th colspan=
"6">Salaire proposé
</span>
96 <td>{{ dossier.classement }}
</td>
97 <td colspan=
"2">{{ dossier.salaire }} {{ dossier.devise.code }}
</td>
98 <td colspan=
"4" id=
"salaire-propose-euros" class=
"montant">{{ dossier.get_salaire_euros }} €
</td>
105 <h2>Accès et ouverture des comptes
</h2>
109 <th>Compte compatabilité
<th>
110 <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}
</td>
111 <th>Compte courriel
</th>
112 <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}
</td>