6 <th>Type de contrat
</th>
7 <td>{{ dossier.type_contrat }}
</td>
11 <td>{%if dossier.remplacement %}oui{% else %}non{%endif %}
</td>
15 <td> du {{ dossier.contrat_date_debut }} au {{ dossier.contrat_date_fin }}
</td>
18 <th>Régime de travail
</th>
19 <td>{{ dossier.regime_travail|floatformat:
0 }}%
</td>
22 <th>Nombre d'heure par semaine
</th>
23 <td>{{ dossier.regime_travail_nb_heure_semaine|floatformat:
0 }}H
</td>
27 <td>{{ dossier.statut }} {{ dossier.statut_residence }}
</td>
30 <th>Organisme BSTG
</th>
31 {% if dossier.organisme_bstg or dossier.organisme_bstg_autre %}
32 <td>{% if dossier.organisme_bstg %}{{ dossier.organisme_bstg }}{% endif %} {{ dossier.organisme_bstg_autre }}
</td>
42 <h2>Classement et salaire de base
</h2>
44 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
45 {% if dossier.employe.id_rh.dossier_set.count
> 0 %}
50 {{ dossier.employe }}
<span class=
"info">{{ dossier.employe.id_rh.dossier_set.all
.0.poste1.type_poste.nom }} {{ dossier.employe.id_rh.dossier_set.all
.0.complement1 }}
</span>
54 <th>Classement antérieur
</th>
55 <th>Salaire antérieur
</th>
56 <th>Statut antérieur
</th>
60 <td>{{ dossier.classement_anterieur|default:
"" }}
</td>
61 <td class=
"montant">{{ dossier.salaire_anterieur|floatformat:
0 }} {{ dossier.devise_anterieur.code }} ({{ dossier.get_salaire_anterieur_euros|floatformat:
0 }}€)
</td>
62 <td>{{ dossier.statut_anterieur|default:
"" }}
</td>
63 <td>{{ dossier.type_contrat|default:
"" }}
</td>
68 <p>Il n'y a pas d'ancien dossier pour cet employé
</p>
71 <h3>Précédent titulaire
<span class=
"info">(le cas échéant)
</span></h3>
72 {% if dossier.classement_titulaire_anterieur %}
77 {{ dossier.employe_anterieur|default:
"" }}
81 <th>Classement du titulaire antérieur
</th>
82 <th>Salaire du titulaire antérieur
</th>
83 <th>Statut du titulaire antérieur
</th>
86 <td>{{ dossier.classement_titulaire_anterieur|default:
"" }}
</td>
87 <td class=
"montant">{{ dossier.salaire_titulaire_anterieur|floatformat:
0 }} {{ dossier.devise_titulaire_anterieur.code }} ({{ dossier.get_salaire_titulaire_anterieur_euros|floatformat:
0 }}€)
</td>
88 <td>{{ dossier.statut_titulaire_anterieur|default:
"" }}
</td>
93 <p>Il n'y a pas de précédent titulaire
</p>
96 <h3>Proposition de classement
</h3>
100 <th>Classement proposé
</th>
101 <th colspan=
"6">Salaire proposé
</span></th>
104 <td>{{ dossier.classement }}
</td>
105 <td colspan=
"2">{{ dossier.salaire|floatformat:
0 }} {{ dossier.devise.code }}
</td>
106 <td colspan=
"4" id=
"salaire-propose-euros" class=
"montant">{{ dossier.get_salaire_euros|floatformat:
0 }} €
</td>
114 <h2>Accès et ouverture des comptes
</h2>
118 <th>Compte compatabilité
<th>
119 <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}
</td>
120 <th>Compte courriel
</th>
121 <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}
</td>