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

{{=response.title}}

{{=response.subtitle}}

{{=response.cmd_commands}} {{end}} {{if response.prm_input:}} {{=form.custom.begin}}
{{=form.custom.label.groupvalue}}
{{=form.custom.widget.groupvalue}}
{{=form.custom.label.groupname}}
{{if form.formname=='groups/create':}} {{=form.custom.widget.groupname}} {{else:}}
{{=form.custom.widget.groupname}}
{{pass}}
{{=form.custom.label.description}}
{{=form.custom.widget.description}}
{{=form.custom.end}} {{else:}} {{=response.sform}} {{=form}} {{pass}}
{{=response.cmd_home}} {{=response.cmd_close}}

{{if response.prm_input:}}
{{=form.custom.submit}} {{if form.formname!='groups/create':}} {{=response.cmd_delete}} {{if response.cmd_groups_new:}} {{=response.cmd_groups_new}} {{pass}} {{pass}}
{{=response.cmd_groups_close}}
{{else:}}
{{=response.cmd_groups_new}}
{{pass}}