Projet :
{{ souscription.lot.Projet.nom }}
|
Lot :
{{ souscription.lot.nomBien }}
|
Client :
{{ souscription.client.fullName }}
{# Bloc Échéancier #}
{% if form.echeancier is defined %}
{{ form_row(form.echeancier) }}
{% endif %}
{{ form_row(form.montant) }}
{{ form_row(form.moyenPaiement) }}
{{ form_row(form.datePaiement) }}
{{ form_row(form.referenceTransaction) }}
{{ form_row(form.preuveFile) }}
Format : PDF, JPG ou PNG (Max 2Mo).
{{ form_end(form) }}