{% extends "views/components/map.htm" %} {% load i18n %} {% block tabs %}
{% trans "Edit" %}
{{ block.super }} {% endblock tabs %} {% block sidepanel %}

{% trans "GeoJSON has the following errors that must be resolved:" %}
{% include 'views/components/coordinate-editor.htm' %} {% include 'views/components/buffer-editor.htm' %}
{% trans "Drag GeoJSON or KML files here to add..." %}
{% trans "The following errors occurred:" %}
{% trans "Edit" %} {% trans "Delete" %}
{{ block.super }} {% endblock sidepanel %}