<fieldset>
<h2>Classement du poste</h2>
<table id="classement">
- <tbody>
+ <thead>
<tr>
- <th></th>
- <th>Échelon AUF</th>
- <th>Salaire de base</th>
- <th>Indem. d'expatriation</th>
- <th>Indem. de fonction</th>
- <th>Charges patronales</th>
- <th>Autres</th>
- <th>TOTAL</th>
- <th>TOTAL sans charges patronales</th>
- <th>Taux > €</th>
- <th>TOTAL (EUR)</th>
- <th>TOTAL (EUR) sans charges patronales</th>
+ <th></th>
+ <th>Min.</th>
+ <th>Max.</th>
</tr>
+ </thead>
+ <tbody>
<tr>
- <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.indemn_fct_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
- <td class="montant">{{ poste.charges_patronales_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 class="montant">{{ poste.get_salaire_minimum|floatformat:0 }} {{ poste.devise_min.code }}</td>
- <td>{{ poste.show_taux_minimum }}</td>
- <td class="montant">{{ poste.show_couts_minimum_euros|floatformat:0 }} €</td>
- <td class="montant">{{ poste.show_salaire_minimum_euros|floatformat:0 }} €</td>
+ <th>Échelon AUF</th>
+ <td>{{ poste.classement_min }}</td>
+ <td>{{ poste.classement_max }}</td>
</tr>
<tr>
- <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.indemn_fct_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
- <td class="montant">{{ poste.charges_patronales_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 class="montant">{{ poste.get_salaire_maximum|floatformat:0 }} {{ poste.devise_max.code }}</td>
- <td>{{ poste.show_taux_maximum }}</td>
- <td class="montant">{{ poste.show_couts_maximum_euros|floatformat:0 }} €</td>
- <td class="montant">{{ poste.show_salaire_maximum_euros|floatformat:0 }} €</td>
+ <th>Salaire de base</th>
+ <td class="montant">
+ {{ poste.salaire_min|floatformat:0 }} {{ poste.devise_min.code }}
+ </td>
+ <td class="montant">
+ {{ poste.salaire_max|floatformat:0 }} {{ poste.devise_max.code }}
+ </td>
</tr>
- </tbody>
+ <tr>
+ <th>Indem. d'expatriation</th>
+ <td class="montant">{{ poste.indemn_expat_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.indemn_expat_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>Indem. de fonction</th>
+ <td class="montant">{{ poste.indemn_fct_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.indemn_fct_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>Charges patronales</th>
+ <td class="montant">{{ poste.charges_patronales_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.charges_patronales_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>Autres</th>
+ <td class="montant">{{ poste.autre_min|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.autre_max|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>TOTAL</th>
+ <td class="montant">{{ poste.get_couts_minimum|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.get_couts_maximum|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>TOTAL sans charges patronales</th>
+ <td class="montant">{{ poste.get_salaire_minimum|floatformat:0 }} {{ poste.devise_min.code }}</td>
+ <td class="montant">{{ poste.get_salaire_maximum|floatformat:0 }} {{ poste.devise_max.code }}</td>
+ </tr>
+ <tr>
+ <th>Taux > €</th>
+ <td>{{ poste.show_taux_minimum }}</td>
+ <td>{{ poste.show_taux_maximum }}</td>
+ </tr>
+ <tr>
+ <th>TOTAL (EUR)</th>
+ <td class="montant">{{ poste.show_couts_minimum_euros|floatformat:0 }} €</td>
+ <td class="montant">{{ poste.show_couts_maximum_euros|floatformat:0 }} €</td>
+ </tr>
+ <tr>
+ <th>TOTAL (EUR) sans charges patronales</th>
+ <td class="montant">{{ poste.show_salaire_minimum_euros|floatformat:0 }} €</td>
+ <td class="montant">{{ poste.show_salaire_maximum_euros|floatformat:0 }} €</td>
+ </tr>
+ </tbody>
</table>
<p class="info">N.B Conversion en EUROS au taux de change budgétaire</p>