{{extend 'nmc/layout.html'}} {{block header}} {{=response.cmd_menu}}

{{=response.title}}

{{=response.subtitle}}

{{=response.cmd_commands}} {{end}} {{if response.edit:}}
{{=form[0].custom.begin}}
{{=form[0].custom.label.taxcode}}
{{=form[0].custom.widget.taxcode}}
{{=form[0].custom.label.description}}
{{=form[0].custom.widget.description}}
{{=form[0].custom.label.rate}}
{{=form[0].custom.widget.rate}}
{{=form[0].custom.end}}
{{else:}} {{=sform}} {{=form}} {{pass}}
{{=response.cmd_home}} {{=response.cmd_close}}

{{if response.edit:}}
{{=form[0].custom.submit}} {{if response.cmd_delete:}} {{=response.cmd_delete}} {{pass}}
{{=response.cmd_tax_close}}
{{else:}}
{{=response.cmd_add_new}}
{{pass}}