${_('Create alias address')}

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