{% extends "rainbo/base_service/base_service_content.html" %} {% load leaflet_tags %} {% load geojson_tags %} {% load i18n %} {% load staticfiles %} {% block extra_assets %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block container %}


{% trans "for day " %}{{day}}/{{month}}/{{year}} (GMT +1)

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

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