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