Ajouter une ligne budgétaire
Total Alloué
Total Engagé
Total Décaissé
Total Restant à engager
{{ object.totalBudget | format_currency(object.currency, {fraction_digit: 0}) }}
{{ object.totalCommittedBudget | format_currency(object.currency, {fraction_digit: 0}) }}
{{ object.totalDisbursedBudget | format_currency(object.currency, {fraction_digit: 0}) }}
{{ object.totalRemainingBudget | format_currency(object.currency, {fraction_digit: 0}) }}
{% if object.budgetLines is empty %} {% else %} {% for line in object.budgetLines %} {% endfor %} {% endif %}
# Intitulé Montant en cours Exécution budgétaire Allocations Actions

Aucune ligne budgétaire définie pour cet objet.
{{ loop.index }} {{ line.title }}

{{ line.comment }}

{{ line.fundingType }} {{ line.fundingPartner }}
Alloué {{ line.allocatedBudget | format_currency(object.currency, {fraction_digit: 0}) }}
Engagé {{ line.committedAmount | format_currency(object.currency, {fraction_digit: 0}) }}
Décaissé {{ line.disbursedAmount | format_currency(object.currency, {fraction_digit: 0}) }}
Restant {{ line.remainingBudget | format_currency(object.currency, {fraction_digit: 0}) }}
{{ line.allocatedBudget }},{{ line.committedAmount }},{{ line.disbursedAmount }}
Alloué
Engagé ({{ (line.committedAmount/line.allocatedBudget*100)|round(1, 'floor') }} %)
Décaissé ({{ (line.disbursedAmount/line.allocatedBudget*100)|round(1, 'floor') }} %)
{% for allocation in line.allocations %} {% endfor %}
Année Engagement Décaissement
{{ allocation.periodStart | date('Y') }} {{ allocation.authorizedCommitmentAmount | format_currency(object.currency, {fraction_digit: 0}) }} {{ allocation.authorizedDisbursement | format_currency(object.currency, {fraction_digit: 0}) }}