table.rapport th.charges { background: #fb680f; }
table.rapport .highlighted { background: #ffff88; }
th.section-end, td.section-end { border-right: 10px solid #dddddd; }
-td.nowrap { white-space: nowrap; }
+td.numeric { text-align: right; white-space: nowrap; }
</style>
{% endblock %}
<td>{{ ligne.poste.implantation.region.code }}</td>
<td>{{ ligne.poste.implantation.adresse_physique_pays.nom }}</td>
<td>{{ ligne.poste.implantation.nom_court }}</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.valeur_point %}
{{ ligne.valeur_point }} {{ ligne.valeur_point_devise }}
{% endif %}
<td>{{ ligne.poste.type_poste.nom }}</td>
<td>{{ ligne.poste.nom }}</td>
<td>{{ ligne.dossier.classement }}</td>
- <td class="nowrap">
+ <td class="numeric">
{{ ligne.dossier.classement.coefficient|floatformat:2 }}
</td>
- <td class="nowrap">
+ <td class="numeric">
{{ ligne.regime_travail|floatformat }} %
</td>
<td>{{ ligne.local_expatrie }}</td>
{{ ligne.jours }}
</td>
<td>{{ ligne.devise }}</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.salaire_bstg %}
{{ ligne.salaire_bstg }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.salaire_bstg_eur %}
{{ ligne.salaire_bstg_eur }} EUR
{% endif %}
</td>
<td class="section-end">{{ ligne.dossier.organisme_bstg.nom }}</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.salaire_theorique %}
{{ ligne.salaire_theorique }} {{ ligne.valeur_point_devise }}
{% endif %}
</td>
{% for traitement in ligne.traitements %}
- <td class="nowrap">
+ <td class="numeric">
{% if traitement %}
{{ traitement }} {{ ligne.devise }}
{% endif %}
</td>
{% endfor %}
- <td class="section-end nowrap">
+ <td class="section-end numeric">
{% if ligne.total_traitements %}
{{ ligne.total_traitements }} {{ ligne.devise }}
{% endif %}
</td>
{% for indemnite in ligne.indemnites %}
- <td class="nowrap">
+ <td class="numeric">
{% if indemnite %}
{{ indemnite }} {{ ligne.devise }}
{% endif %}
</td>
{% endfor %}
- <td class="section-end nowrap">
+ <td class="section-end numeric">
{% if ligne.total_indemnites %}
{{ ligne.total_indemnites }} {{ ligne.devise }}
{% endif %}
</td>
{% for prime in ligne.primes %}
- <td class="nowrap">
+ <td class="numeric">
{% if prime %}
{{ prime }} {{ ligne.devise }}
{% endif %}
</td>
{% endfor %}
- <td class="section-end nowrap">
+ <td class="section-end numeric">
{% if ligne.total_primes %}
{{ ligne.total_primes }} {{ ligne.devise }}
{% endif %}
</td>
{% for charge in ligne.charges %}
- <td class="nowrap">
+ <td class="numeric">
{% if charge %}
{{ charge }} {{ ligne.devise }}
{% endif %}
</td>
{% endfor %}
- <td class="section-end nowrap">
+ <td class="section-end numeric">
{% if ligne.total_charges %}
{{ ligne.total_charges }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.total_traitements %}
{{ ligne.total_traitements }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.total_indemnites %}
{{ ligne.total_indemnites }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="nowrap">
+ <td class="numeric">
{% if ligne.total_primes %}
{{ ligne.total_primes }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="section-end nowrap">
+ <td class="section-end numeric">
{% if ligne.total_charges %}
{{ ligne.total_charges }} {{ ligne.devise }}
{% endif %}
</td>
- <td class="nowrap">
+ <td class="numeric">
{{ ligne.masse_salariale }} {{ ligne.devise }}
</td>
- <td class="nowrap">
+ <td class="numeric">
{{ ligne.masse_salariale_eur }} EUR
</td>
</tr>