${_('Import accounts')}

${h.form(url('accounts-import', domainid=c.domain.id), method='post', multipart=True, class_="form-horizontal")} <%include file="../forms/base.html"/>
${h.end_form()}\
<%def name="title()"> ${_('Accounts :: %(dom)s :: Import accounts') % dict(dom=c.domain.name)} <%def name="heading()"> ${_('Accounts :: %(dom)s :: Import accounts') % dict(dom=c.domain.name)} <%def name="headers()"> <%def name="submenu()"> <%def name="localscripts()"> <%inherit file="../base.html"/>