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