{{extend 'nwc/layout.html'}} {{=form.custom.begin}}
{{is_mobile=request.user_agent().is_mobile}}
{{=form.custom.label.empnumber}}
{{=form.custom.widget.empnumber}}
{{=form.custom.label.firstname}}
{{=form.custom.widget.firstname}}
{{=form.custom.label.surname}}
{{=form.custom.widget.surname}}
{{=form.custom.label.status}}
{{=form.custom.widget.status}}
{{=form.custom.label.phone}}
{{=form.custom.widget.phone}}
{{=form.custom.label.mobil}}
{{=form.custom.widget.mobil}}
{{=form.custom.label.startdate}}
{{=form.custom.widget.startdate}}
{{=form.custom.label.enddate}}
{{=form.custom.widget.enddate}}
{{=form.custom.label.email}}
{{=form.custom.widget.email}}

{{=form.custom.label.zipcode}}
{{=form.custom.widget.zipcode}}
{{=form.custom.label.city}}
{{=form.custom.widget.city}}
{{=form.custom.label.street}}
{{=form.custom.widget.street}}

{{if response.cmd_usergroup:}} {{pass}} {{if response.cmd_department:}} {{pass}}
{{=form.custom.label.usergroup}}
{{=form.custom.widget.usergroup}} {{=response.cmd_usergroup}}
{{=form.custom.label.department}}
{{=form.custom.widget.department}} {{=response.cmd_department}}
{{=form.custom.label.username}}
{{=form.custom.widget.username}}
{{=form.custom.label.notes}}
{{=form.custom.label.inactive}}
{{=form.custom.widget.inactive}} {{=response.cmd_password}}
{{=form.custom.widget.notes}}
{{=form.custom.end}} {{if form.vars.id!=None:}}
{{if response.cmd_fields:}} {{pass}}
{{=response.cmd_fields}} {{if response.cmb_fields:}}
{{=T('Additional Data')}}
{{else:}}
{{pass}}
{{=response.cmb_fields}}
{{=response.fieldvalue_form.custom.begin}}
{{=T('FIELD')}} {{=response.empnumber}} {{=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}}
{{if not response.event_disabled:}}
{{=response.view_event}}
{{pass}}
{{pass}}