{{extend 'nwc/layout.html'}} {{=form.custom.begin}}
{{is_mobile=request.user_agent().is_mobile}}
{{=form.custom.label.partnumber}}
{{=form.custom.widget.partnumber}}
{{=form.custom.label.protype}}
{{if form.formname!='product/create':}}
{{=form.custom.widget.protype}}
{{else:}} {{=form.custom.widget.protype}} {{pass}}
{{=form.custom.label.description}}
{{=form.custom.widget.description}}
{{=form.custom.label.unit}}
{{=form.custom.widget.unit}}
{{=form.custom.label.tax_id}}
{{=form.custom.widget.tax_id}}
{{=form.custom.label.webitem}}
{{=form.custom.widget.webitem}}
{{=form.custom.label.inactive}}
{{=form.custom.widget.inactive}}
{{=form.custom.label.notes}}
{{=response.cmd_price}}
{{=form.custom.widget.notes}}
{{=form.custom.end}} {{if form.formname!='product/create':}}
{{if response.cmd_fields:}} {{pass}}
{{=response.cmd_fields}} {{if response.cmb_fields:}}
{{=T('Additional Data')}}
{{else:}}
{{pass}}
{{=response.cmb_fields}}
{{=response.cmd_groups_add}} {{=response.cmd_groups}} {{=T('Product Groups')}}
{{=response.fieldvalue_form.custom.begin}}
{{=T('FIELD')}} {{=response.partnumber}} {{=response.cmd_fieldvalue_update}} {{=response.cmd_help}} {{=response.cmd_fieldvalue_cancel}}
{{=response.fieldvalue_customer_selector}} {{=response.fieldvalue_tool_selector}} {{=response.fieldvalue_product_selector}} {{=response.fieldvalue_transitem_selector}} {{=response.fieldvalue_transpayment_selector}} {{=response.fieldvalue_transmovement_selector}} {{=response.fieldvalue_project_selector}} {{=response.fieldvalue_employee_selector}} {{=response.fieldvalue_place_selector}}
{{=response.fieldvalue_form.custom.label.notes}}
{{=response.fieldvalue_form.custom.widget.notes}}
{{=response.fieldvalue_id}} {{=response.fieldvalue_ref_id}} {{=response.fieldvalue_fieldname}} {{=response.fieldvalue_fieldtype}} {{=response.fieldvalue_readonly}} {{=response.fieldvalue_form.custom.end}}
{{=response.view_fields}}
{{=response.cmb_groups}}
{{=response.view_product_groups}}
{{=response.barcode_form.custom.begin}}
{{=T('BARCODE')}} {{=response.partnumber}} {{=response.cmd_barcode_update}} {{=response.cmd_barcode_help}} {{=response.cmd_barcode_cancel}}
{{=response.barcode_form.custom.label.code}}
{{=response.barcode_form.custom.widget.code}}
{{=response.barcode_form.custom.label.defcode}}
{{=response.barcode_form.custom.widget.defcode}}
{{=response.barcode_form.custom.label.barcodetype}}
{{=response.barcode_form.custom.widget.barcodetype}}
{{=response.barcode_form.custom.label.qty}}
{{=response.barcode_form.custom.widget.qty}}
{{=response.barcode_form.custom.label.description}}
{{=response.barcode_form.custom.widget.description}}
{{=response.barcode_id}} {{=response.barcode_product_id}} {{=response.barcode_form.custom.end}}
{{=response.view_barcode}}
{{if not response.event_disabled:}}
{{=response.view_event}}
{{pass}}
{{pass}}