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