{% extends 'global.html'%} {% load static %} {% load i18n %} {% load svg_icon %} {% block maincontent %}
{% translate 'Import Places from KML File' %} {% csrf_token %}
{% include 'partials/form/inputField.html' with field=upload_form.description %}
{% include 'partials/form/inputField.html' with field=upload_form.map_file %}
{% translate 'Create' as action %}
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
{% endblock maincontent %}