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

Ident: {{ident}}
Network: {{network}}

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

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

{% trans "Show all stations on a map" %}

{% trans "Download data" %}

{% endblock %}