${_('Delete User account')}

${h.form(url(controller='accounts', action='delete', userid=c.id), method='post')} <%include file="/forms/disabled.base.html"/>
 
${h.submit('submit', _('Delete account'))}
${h.end_form()}
<%def name="title()"> ${_('Accounts :: Delete account')} <%def name="heading()"> ${_('Accounts :: Delete account')} <%def name="submenu()"> <%def name="headers()"> <%def name="localscripts()">\ <%inherit file="/base.html"/>