${c.sections[int(c.sectionid)]}

${h.form(url('scanner-section', sectionid=c.sectionid, serverid=c.serverid), id='settingform', method='post', class_="form-horizontal")} <%include file="../forms/base.html"/>
${h.end_form()}\
<%def name="title()"> ${_('Settings :: MailScanner :: %(section)s :: %(name)s') % dict(section=c.sections[int(c.sectionid)], name=c.scanner.hostname)} <%def name="heading()"> ${_('Settings :: MailScanner :: %(section)s :: %(name)s') % dict(section=c.sections[int(c.sectionid)], name=c.scanner.hostname)} <%def name="headers()"> <%def name="submenu()"> <%def name="localscripts()"> <%inherit file="../base.html"/>