${_('Delete email signature')}

${h.form(url('domain-sigs-delete', sigid=c.sign.id), method='post')} ${h.HTML.div(c.form.csrf_token, style="display: none;")} % if c.form.signature_content.errors:
${u', '.join([unicode(e) for e in c.form.signature_content.errors])}
% endif
${c.form.signature_content(readonly='readonly')}
${c.form.enabled.label}
${c.form.enabled}
 
${h.submit('submit', _('Delete signature'))}
${h.end_form()}\
<%def name="title()"> ${_('Settings :: Delete email signatures')} <%def name="heading()"> ${_('Settings :: Delete email signatures')} <%def name="headers()"> <%def name="localscripts()"> <%inherit file="/base.html"/>