{% 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 ident filter" %}
{% endif %}
{% if slug %}
++
{%trans "Selected slug" %}: {{slug}} {%trans "Reset slug filter" %}
{% endif %}
{% leaflet_map "spots" callback="window.map_init" %}
{% endblock %}