{{ form_start(formPayment) }}
{{ form_row(formPayment.amount) }} {{ form_row(formPayment.datePayment) }} {{ form_row(formPayment.type) }} {{ form_row(formPayment.methodPayment) }}
{{ form_row(formPayment.observation) }}
{{ form_end(formPayment) }}