Propriété :
{{ schedule.rental.property }}
Période du :
{{ schedule.startDate|date('d/m/Y') }}
au
{{ schedule.endDate|date('d/m/Y') }}
Location du :
{{ schedule.rental.startDate|date('d/m/Y') }}
au
{{ schedule.rental.endDate|date('d/m/Y') }}
Loyer :
{{ schedule.amount|number_format(0, ',', '.') }}
{{ schedule.agence.currency }}
Montant déjà reglé :
{{ paidAmount|number_format(0, ',', '.') }}
{{ schedule.agence.currency }}
{% for histpayment in histpayments %}
{{ histpayment.paymentDate|date('d/m/Y') }} : {{ histpayment.amount|number_format(0, ',', '.') }} {{ schedule.agence.currency }} via {{ histpayment.method }}
{% endfor %}
{{ form_row(form.amount) }}
{{ form_row(form.payment_date) }}
{{ form_row(form.method) }}