{% load i18n %}
{% load static %}
{% load leaflet_tags %}
{% if DEBUG %}
{% else %}
{% endif %}
{% if SRID %}
{% endif %}
{% if PLUGINS_JS %}
{% for js in PLUGINS_JS %}
{% endfor %}
{% endif %}
{{ FORCE_IMAGE_PATH|json_script:"force-img-path" }}
{{ reset_view_icon|json_script:"Control-ResetView-ICON" }}
{{ with_forms|json_script:"with-forms" }}
{% leaflet_draw_i18n %}