${_('Create User account')}

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