<td colspan=2> du {{ dossier.contrat_date_debut }}</td>
<td colspan=2>au {{ dossier.contrat_date_fin }}</td>
<th>Régime de travail</th>
- <td>{{ dossier.regime_travail }}%</td>
+ <td>{{ dossier.regime_travail|floatformat:0 }}%</td>
</tr>
<tr>
<th>Nombre d'heure par semaine</th>
- <td colspan=5>{{ dossier.regime_travail_nb_heure_semaine }}H</td>
+ <td colspan=5>{{ dossier.regime_travail_nb_heure_semaine|floatformat:0 }}H</td>
</tr>
<tr>
<th>Statut : </th>
<th></th>
<th>Échelon AUF</th>
<th>Salaire de base</th>
- <th>Indemnités d'expatriation</th>
- <th>Indemnités de fonction</th>
+ <th>Indem. d'expatriation</th>
+ <th>Indem. de fonction</th>
<th>Charges patronales</th>
<th>Autres</th>
<th>TOTAL</th>
<th>Taux > €</th>
- <th>Conversion EUR</th>
+ <th>EUR</th>
</tr>
<tr>
- <th>Minimum</th>
+ <th>Min.</th>
<td>{{ poste.classement_min }}</td>
<td class="montant">{{ poste.salaire_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
<td class="montant">{{ poste.indemn_expat_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
<td class="montant">{{ poste.autre_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
<td class="montant">{{ poste.get_couts_minimum|floatformat:0 }} {{ poste.devise_min.code }}</td>
<td>{{ poste.show_taux_minimum }}</td>
- <td class="montant">{{ poste.show_couts_minimum_euros|floatformat:0 }} EUR</td>
+ <td class="montant">{{ poste.show_couts_minimum_euros|floatformat:0 }}</td>
</tr>
<tr>
- <th>Maximum</th>
+ <th>Max.</th>
<td>{{ poste.classement_max }}</td>
<td class="montant">{{ poste.salaire_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
<td class="montant">{{ poste.indemn_expat_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
<td class="montant">{{ poste.autre_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
<td class="montant">{{ poste.get_couts_maximum|floatformat:0 }} {{ poste.devise_max.code }}</td>
<td>{{ poste.show_taux_maximum }}</td>
- <td class="montant">{{ poste.show_couts_maximum_euros|floatformat:0 }} EUR</td>
+ <td class="montant">{{ poste.show_couts_maximum_euros|floatformat:0 }}</td>
</tr>
</tbody>
</table>
p, ul { margin: 6px 0;}
-body { margin:0; padding:0; background:#fff; color:#454545; font:0.8em verdana, arial, helvetica, sans-serif; }
+body { margin:0; padding:0; background:#fff; color:#454545; font:0.7em verdana, arial, helvetica, sans-serif; }
h1 { margin:10px 0 0 0; padding:0; color:#d15517; font-size:120%;font-weight:bold; }
h2 { margin:10px 0 0 0; padding:0; color:#5f5f5f; font-size:100%; }
label {font-weight: bold;}
table { margin:10px 0px; border-collapse:collapse; padding:5px; }
-table th, table td{ font-size: 80%; border-top:1px solid #d0e8f8; border-left:1px solid #d0e8f8; padding: 5px; }
+table th, table td{ font-size: 70%; border-top:1px solid #d0e8f8; border-left:1px solid #d0e8f8; padding: 5px; }
table { border-bottom:1px solid #d0e8f8; border-right:1px solid #d0e8f8; }
th { height:28px; border-top:2px solid #d0e8f8; padding:0 10px; background-color:#F8FBFD; font-size:14px; text-align:left; font-weight: bold;}
td { vertical-align: top; }