{% 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}}
{{trangetxt}}
{{leveltxt}}
{{day}}/{{month}}/{{year}}{% if hour %} {{hour}}:00 +/- 30 min{% else %} values in the day{% endif %} GMT

{% if more %}

{% trans "More" %}

{% endif %}
{% if less %}

{% trans "Less" %}

{% endif %}

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

{% leaflet_map "spots" callback="window.map_init" %}
{% if dsn == 'sample' or dsn == 'report' %} {% endif %}
{% endblock %}