{{ form_label(form.waybill_credit) }} {{ form_widget(form.waybill_credit) }} {{ form_errors(form.waybill_credit) }}
{{ form_label(form.customer) }} {{ form_widget(form.customer) }} {{ form_errors(form.customer) }}
{{ form_label(form.accounting_period_month) }} {{ form_widget(form.accounting_period_month) }} {{ form_errors(form.accounting_period_month) }}
{{ form_label(form.accounting_period_year) }} {{ form_widget(form.accounting_period_year) }} {{ form_errors(form.accounting_period_year) }}
{{ form_label(form.reason) }} {{ form_widget(form.reason) }} {{ form_errors(form.reason) }}
{{ form_label(form.amount_ex_vat) }} {{ form_widget(form.amount_ex_vat) }} {{ form_errors(form.amount_ex_vat) }}
{{ form_label(form.amount_vat) }} {{ form_widget(form.amount_vat) }} {{ form_errors(form.amount_vat) }}
{{ form_label(form.amount_inc_vat) }} {{ form_widget(form.amount_inc_vat) }} {{ form_errors(form.amount_inc_vat) }}
{{ form_rest(form) }}