{{ form_label(form.waybill) }} |
{{ form_widget(form.waybill) }} |
{{ form_errors(form.waybill) }} |
{{ 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.hidden) }} |
{{ form_widget(form.hidden) }} |
{{ form_errors(form.hidden) }} |
{{ 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) }}