{% extends "base.html" %} {% load static %} {% load i18n %} {% load leaflet_tags %} {% load geojson_tags %} {% block extra-head %} {% leaflet_js %} {% leaflet_css %} {% endblock extra-head %} {% block content %}

{% trans "Change insertion of drawing" %}: {{ drawing.title }}

{% csrf_token %} {{ form }}

{% trans "Click on the map below to change coordinates" %}

{% include "django_geocad/htmx/entity_data_list.html" %}
{% include "django_geocad/map_data.html" %} {{ layer_list|json_script:"layer_data" }}
{% leaflet_map "mymap" callback="window.map_init" %}
{% endblock content %}