{{extend 'nwc/layout.html'}} {{=form.custom.begin}}
{{is_mobile=request.user_agent().is_mobile}}
{{=form.custom.label.planumber}}
{{=form.custom.widget.planumber}}
{{=form.custom.label.description}}
{{=form.custom.widget.description}}
{{=form.custom.label.inactive}}
{{=form.custom.widget.inactive}}
{{=form.custom.label.notes}}
{{=form.custom.widget.notes}}
{{=form.custom.label.placetype}}
{{if form.formname!='place/create':}}
{{=form.custom.widget.placetype}}
{{else:}} {{=form.custom.widget.placetype}} {{pass}}
{{if form.custom.widget.curr:}}
{{=form.custom.label.curr}}
{{pass}}
{{if form.custom.widget.curr:}} {{=form.custom.widget.curr}} {{pass}}

{{=T('Zipcode')}}
{{=response.zipcode}}
{{=T("City")}}
{{=response.city}}
{{=T("Street")}}
{{=response.street}}
{{=form.custom.end}} {{if form.formname!='place/create':}}
{{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.subtitle}} {{=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.contact_form.custom.begin}}
{{=T('CONTACT')}} {{=response.subtitle}} {{=response.cmd_contact_update}} {{=response.cmd_help}} {{=response.cmd_contact_cancel}}
000000{{=response.contact_id}}
{{=response.contact_form.custom.label.firstname}}
{{=response.contact_form.custom.widget.firstname}}
{{=response.contact_form.custom.label.surname}}
{{=response.contact_form.custom.widget.surname}}
{{=response.contact_form.custom.label.status}}
{{=response.contact_form.custom.widget.status}}
{{=response.contact_form.custom.label.email}}
{{=response.contact_form.custom.widget.email}}
{{=response.contact_form.custom.label.phone}}
{{=response.contact_form.custom.widget.phone}}
{{=response.contact_form.custom.label.fax}}
{{=response.contact_form.custom.widget.fax}}
{{=response.contact_form.custom.label.mobil}}
{{=response.contact_form.custom.widget.mobil}}
{{=response.contact_form.custom.label.notes}}
{{=response.contact_form.custom.widget.notes}}
{{=response.contact_ref_id}} {{=response.contact_nervatype}} {{=response.contact_form.custom.end}}
{{=response.view_contact}}
{{pass}}