{% if editCarrierForm is defined %} {{ form_start(editCarrierForm, {'action': path('carrier_edit'), 'method': 'POST'}, {'attr': {'id': 'edit-carrier-form'}}) }} {# start hidding and ignore field #} {% do editCarrierForm.company.fullName.setRendered() %} {% do editCarrierForm.company.shortName.setRendered() %} {% do editCarrierForm.company.flatNumber.setRendered() %} {% do editCarrierForm.company.logo.setRendered() %} {% do editCarrierForm.company.assignmentNipScan.setRendered() %} {% do editCarrierForm.company.assignmentRegonScan.setRendered() %} {% do editCarrierForm.company.documentConfirmCompanyExist.setRendered() %} {% do editCarrierForm.company.otherAttachments.setRendered() %} {% do editCarrierForm.company.edgCeidgKrs.setRendered() %} {% do editCarrierForm.company.bankAccountNumber.setRendered() %} {% do editCarrierForm.company.hqAddress.setRendered() %} {% do editCarrierForm.company.gusAddress.setRendered() %} {# end hidding and ignore field #}

Edytuj Przewoźnika

Dane Przewoźnika

{{ form_row(editCarrierForm.company.nip, { 'attr': { 'class': 'carrier_edit_field carrier-edit-nip-js'}}) }}
{{ form_row(editCarrierForm.company.regon, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.name, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.shortName, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.dueDate, { 'attr': { 'class': 'carrier_edit_field' }}) }}

Dodatkowe Informacje

{{ form_row(editCarrierForm.phoneNumber, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.secondPhoneNumber, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.fax, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.email, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.www, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.company.country, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.company.city, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.company.postalCode, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.company.street, { 'attr': { 'class': 'carrier_edit_field' }}) }}
{{ form_row(editCarrierForm.company.buildNumber, { 'attr': { 'class': 'carrier_edit_field' }}) }}

* pole wymagane

{{ form_end(editCarrierForm) }} {% endif %}