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

{% trans "Get a timeserie" %}

Version: {{db_version}}

{% trans "To download a timeserie you can select the stations from the following map." %}

{% csrf_token %}
{% trans "From" %}
    {% trans "Until" %}
      {% trans "Aggregation Step" %}
      {% trans "timestamp format" %}
      {% trans "data kind" %}
      {% trans "selected Station IDs" %}
                  {% if needs_captcha %}
                  {% comment %} {% bootstrap_field hcaptchaform.hcaptcha show_label='skip' %} {% endcomment %} {{ hcaptchaform.hcaptcha }}
                  {% endif %}
                  {% endblock %} {% block scripts %} {{ meta_p|json_script:"meta_p-data" }} {% if debug %} {% else %} {% endif%} {% endblock %}