{[ "type": "text", "label": "'.tr('Nome sede').'", "name": "nomesede", "required": 1 ]}
{[ "type": "text", "label": "'.tr('Indirizzo').'", "name": "indirizzo", "required": 1 ]}
{[ "type": "text", "label": "'.tr('Secondo indirizzo').'", "name": "indirizzo2" ]}
{[ "type": "text", "label": "'.tr('Città').'", "name": "citta" ]}
{[ "type": "text", "label": "'.tr('C.A.P.').'", "name": "cap" ]}
{[ "type": "text", "label": "'.tr('Provincia').'", "name": "provincia" ]}
{[ "type": "text", "label": "'.tr('Km').'", "name": "km" ]}
{[ "type": "text", "label": "'.tr('Cellulare').'", "name": "cellulare" ]}
{[ "type": "text", "label": "'.tr('Telefono').'", "name": "telefono" ]}
{[ "type": "text", "label": "'.tr('Indirizzo email').'", "name": "email" ]}
{[ "type": "select", "label": "'.tr('Zona').'", "name": "idzona", "values": "query=SELECT `id`, CONCAT(`nome`, \' - \', `descrizione`) AS `descrizione` FROM `an_zone` ORDER BY `descrizione` ASC" ]}
';