Devis ·
{{ primaryQuote.label }}
{% if primaryQuote.lot %}
· {{ primaryQuote.lot.name }}{% endif %}
- Statut
- {{ expense.status.label }}
{% if expense.usesAdvancedMode %}
- Payé
- {{ expense.paidAmount|number_format(2, ',', ' ') }} € / {{ expense.totalAmount|number_format(2, ',', ' ') }} €
{% elseif not expense.isFullyPaid %}
- Reste à payer
- {{ expense.remainingAmount|number_format(2, ',', ' ') }} €
{% endif %}
{% if expense.paidBy %}- Payé par
- {{ expense.paidBy.name }}
{% endif %}
{% if expense.company %}- Intervenant
- {{ expense.company.name }}
{% endif %}
{% if expense.financing %}- Financement
- {{ expense.financing.name }}
{% endif %}
Ventilation sur devis
{% for v in expense.allocations %}
{{ v.quote.label }}{{ v.amount|number_format(2, ',', ' ') }} €
{% endfor %}