| Nombre d'heures réalisé ce jour | {{ __SELF__.heures.realise.total_heures }} heures |
|---|---|
| Nombre d'heures prévisionnel | {% set hManq = __SELF__.nbHeuresNecessaires - __SELF__.heures.previsionnel.total_heures %} {% set cManq = hManq / 12 %}{{ __SELF__.heures.previsionnel.total_heures }} heures {% if hManq > 0 %} ({{hManq}} heures manquantes ~ {{ cManq|round }} cachets) {% else %} {% endif %} |
| Estimation ARE selon la règlementation de {{ __SELF__.reglementation }} | |
| Allocation journalière acquise |
{{ __SELF__.heures.realise.allocJournaliere|number_format(2, ',', ' ') }} euros (SR* = {{
__SELF__.heures.realise.salaire_reference|number_format(2, ',', ' ') }} euros)
{% if __SELF__.heures.realise.allocJournaliere == __SELF__.allocPlancher %} Allocation plancher{% endif %} |
| Allocation journalière prévisionnelle |
{{ __SELF__.heures.previsionnel.allocJournaliere|number_format(2, ',', ' ') }} euros (SR* = {{
__SELF__.heures.previsionnel.salaire_reference|number_format(2, ',', ' ') }} euros)
{% if __SELF__.heures.previsionnel.allocJournaliere == __SELF__.allocPlancher %} Allocation plancher{% endif %} |