{% extends 'base.html.twig' %} {% block body %}
{% for message in app.flashes('error') %}
{{message}}
{% endfor %} {% for message in app.flashes('warning') %}
{{message}}
{% endfor %} {% for message in app.flashes('success') %}
{{message}}
{% endfor %}
Paiement à crédit
{{ form_start(form)}}
{{ form_row(form.advancePayment) }}
{{totalOrder}}
{{ form_row(form.credencename) }}
{{ form_row(form.credencercs) }}
{{ form_row(form.credenceaddress) }}
{{ form_row(form.credencezipandcity) }}
{{ form_row(form.credenceamount) }}
{{ form_row(form.credencenumberdue) }}
{{ form_row(form.credencemonthlypaymentwithoutinsurance) }}
{{ form_row(form.credencemonthlypaymentwithinsurance) }}
{{ form_row(form.credenceamountteg) }}
{{ form_row(form.credenceinterest) }}
{{ form_row(form.credencecostwithoutinsurance) }}
{{ form_row(form.credencecostwithinsurance) }}
{{ form_rest(form) }}
{{ form_end(form) }}
{% endblock %} {% block javascripts %}{% endblock %}