{% extends base_template %} {% load static %} {% load i18n %} {% block head %} {% endblock %} {% block content %}

{% trans "Map of the Stations" %}

{% trans "To see the bias corrected climate ensembles/projections of a station you can select the station in the map below." %}

{% trans "There you will be able to download all the plots for this station or add the station the the selection form. By filling out the form and clicking on 'add plots' you will be able to see the plots here and compare them. Your selected plots will apear at the bottom of this page." %}

{% trans "Select plots to show" %}

Parameter
{% trans "Period" %}
{% trans "selected station IDs" %}

    {% trans "Plots" %}

    {% endblock content %} {% block scripts %} {{ meta_n|json_script:"stations_meta" }} {% if debug %} {%else%} {% endif%} {% endblock %}