Commit | Line | Data |
---|---|---|
61835109 OL |
1 | <fieldset> |
2 | <h2>Contrat</h2> | |
3 | <table> | |
4 | <tbody> | |
5 | <tr> | |
b1baa306 OL |
6 | <th>Type de contrat</th> |
7 | <td colspan="4">{{ dossier.type_contrat }}</td> | |
8 | <th>Remplacement</th> | |
9cab61eb | 9 | <td>{%if dossier.remplacement %}oui{% else %}non{%endif %}</td> |
61835109 OL |
10 | </tr> |
11 | <tr> | |
b1baa306 | 12 | <th rowspan="2">Durée</th> |
9cab61eb OL |
13 | <td colspan=2> du {{ dossier.contrat_date_debut }}</td> |
14 | <td colspan=2>au {{ dossier.contrat_date_fin }}</td> | |
b1baa306 | 15 | <th>Régime de travail</th> |
9cab61eb | 16 | <td>{{ dossier.regime_travail }}%</td> |
61835109 OL |
17 | </tr> |
18 | <tr> | |
b1baa306 | 19 | <th>Nombre d'heure par semaine</th> |
9cab61eb | 20 | <td colspan=5>{{ dossier.regime_travail_nb_heure_semaine }}H</td> |
61835109 OL |
21 | </tr> |
22 | <tr> | |
23 | <th>Statut : </th> | |
b1baa306 OL |
24 | <td colspan="4">{{ dossier.statut }} {{ dossier.statut_residence }}</td> |
25 | <th>Organisme BSTG</th> | |
9cab61eb OL |
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> | |
28 | {% else %} | |
29 | <td>s/o</td> | |
30 | {% endif %} | |
61835109 OL |
31 | </tr> |
32 | </tbody> | |
33 | </table> | |
34 | </fieldset> | |
35 | ||
36 | <fieldset> | |
37 | <h2>Classement et salaire de base</h2> | |
38 | <table> | |
39 | <tbody> | |
40 | <tr> | |
41 | <td colspan="7"> | |
42 | <h3>Ancien dossier <span class="info">(le cas échéant)</span></h3> | |
43 | </td> | |
44 | </tr> | |
45 | <tr> | |
46 | <td colspan="7"> | |
b1baa306 | 47 | {{ dossier.employe }} <span class="info">{{ dossier.employe.id_rh.dossier_set.all.reverse }}</span> |
61835109 OL |
48 | </td> |
49 | </tr> | |
50 | <tr> | |
b1baa306 OL |
51 | <th>Classement antérieur</th> |
52 | <th>Salaire antérieur</th> | |
53 | <th>Statut antérieur</th> | |
54 | <th>Type contrat</th> | |
61835109 OL |
55 | </tr> |
56 | <tr> | |
b1baa306 | 57 | <td>{{ dossier.classement_anterieur|default:"" }}</td> |
5cbf3ffc | 58 | <td>{{ dossier.salaire_anterieur|floatformat:0 }}</td> |
b1baa306 OL |
59 | <td>{{ dossier.statut_anterieur|default:"" }}</td> |
60 | <td>{{ dossier.type_contrat|default:"" }}</td> | |
61835109 OL |
61 | <td colspan="3"></td> |
62 | </tr> | |
63 | <tr> | |
64 | <td colspan="7"> | |
65 | <h3>Précédent titulaire <span class="info">(le cas échéant)</span></h3> | |
66 | </td> | |
67 | </tr> | |
68 | <tr> | |
69 | <td colspan="7"> | |
b1baa306 | 70 | {{ dossier.employe_anterieur }} |
61835109 OL |
71 | </td> |
72 | </tr> | |
73 | <tr> | |
b1baa306 OL |
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> | |
61835109 OL |
77 | <th></th> |
78 | </tr> | |
79 | <tr> | |
b1baa306 | 80 | <td>{{ dossier.classement_titulaire_anterieur }}</td> |
5cbf3ffc | 81 | <td>{{ dossier.salaire_titulaire_anterieur|floatformat:0 }}</td> |
61835109 OL |
82 | <td>{{ form.instance.statut_titulaire_anterieur }}</td> |
83 | <td></td> | |
84 | </tr> | |
85 | <tr> | |
86 | <td colspan="7"> | |
87 | <h3>Proposition de classement</h3> | |
88 | </td> | |
89 | </tr> | |
61835109 | 90 | <tr> |
b1baa306 | 91 | <th>Classement proposé</th> |
9cab61eb | 92 | <th colspan="6">Salaire proposé</span> |
3a33b1ce | 93 | </th> |
61835109 OL |
94 | </tr> |
95 | <tr> | |
b1baa306 | 96 | <td>{{ dossier.classement }}</td> |
9cab61eb | 97 | <td colspan="2">{{ dossier.salaire }} {{ dossier.devise.code }}</td> |
3a33b1ce | 98 | <td colspan="4" id="salaire-propose-euros" class="montant">{{ dossier.get_salaire_euros }} €</td> |
61835109 OL |
99 | </tr> |
100 | </tbody> | |
101 | </table> | |
102 | </fieldset> | |
103 | ||
61835109 OL |
104 | <fieldset> |
105 | <h2>Accès et ouverture des comptes</h2> | |
106 | <table> | |
107 | <tbody> | |
108 | <tr> | |
b1baa306 OL |
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> | |
61835109 OL |
113 | </tr> |
114 | </tbody> | |
115 | </table> | |
116 | </fieldset> | |
117 |