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