{{ form_start(form) }} {{ form_row(form._token) }}
{{ form_row(form.creationDate, {'attr':{'class':'form-control js-datepicker'}}) }}
{{ form_row(form.name, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.brandName, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.modelName, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.typeName, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.esimNumber, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.lastUpdate, {'attr':{'class':'form-control js-datepicker'}}) }}
{{ form_row(form.isactive, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.vehicle, {'attr':{'class':'form-control'}}) }}
{{ form_end(form, {'render_rest': false}) }}