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