## -*- coding: utf-8 -*-
<%inherit file="../main.mako" />
<%def name="buildNavipath()">
${parent.buildNavipath()}
${_('Case Management')}
${_('Import cases')}
%def>
${_('XML Import')}
${h.literal(_('You can add XML files. The size of a file must not exceed 10 MB.'))}
${h.form(h.url(controller='case', action='importXMLAction'), multipart=True)}
${h.submit('upload', _('Import'))}
${h.end_form()}