{% extends "base.html" %} {% block content %}

Import {{ kind }}

Handle: {{ request.session.handle }}

Please select the xml file containing the identity of the {{ kind }} to import. {% if errors %}

{% endif %}
{{ form.as_p }}
{% endblock %}