{% extends "base.html" %} {% load leaflet_tags %} {% load geojson_tags %} {% load i18n %} {% block extra_assets %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block content %} {% if ident %}
{%trans "Selected user" %}: {{ident}} {%trans "Reset filter" %}
{% endif %} {% leaflet_map "spots" callback="window.map_init" %}

{% csrf_token %} {{ form.as_p }}

{% endblock %}