{% extends "base.html" %} {% load leaflet_tags %} {% load geojson_tags %} {% load i18n %} {% load staticfiles %} {% block extra_assets %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block content %}

{{bcode.description}} {{bcode.userunit}}

{% trans "Please wait ..." %}

{% leaflet_map "spots" callback="window.map_init" %}
{% endblock %}