{# This file is part of Polyfemos. Polyfemos is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. Polyfemos is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License and GNU General Public License along with Polyfemos. If not, see . Author: Henrik Jänkävaara Copyright: 2019, University of Oulu, Sodankyla Geophysical Observatory License: GNU Lesser General Public License v3.0 or later (https://spdx.org/licenses/LGPL-3.0-or-later.html) #} {% extends 'base.htm' %} {% block head %} {% include 'datepicker.htm' %} {% endblock %} {% block title %} Statistics Summary {% endblock %} {% block content %}
{{ form.csrf_token }}
{{ form.station_ids(size="7") }} {{ form.sohpar_names(size="7") }} {{ form.startdate.label }} {{ form.startdate(class_="datepicker", size="10px") }} {{ form.rirv.label }} {{ form.rirv() }} * {% for line in aorinfolines %} {{ line }}
{% endfor %}
{{ form.enddate.label }} {{ form.enddate(class_="datepicker", size="10px") }} {{ form.aor.label }}* {{ form.aor() }}
{{ form.headerdate.label }} {{ form.headerdate(class_="datepicker", size="10px") }} {{ form.csv_requested.label }} {{ form.csv_requested() }}
{{ form.fromfileformat.label }} {{ form.fromfileformat() }} {{ form.submit }} {{ exectime }}
{% for cellvalue in header %} {% endfor %} {% for row in rows %} {% for cellvalue in row %} {% endfor %} {% endfor %}
{{ cellvalue }}
{{ cellvalue }}
{% endblock %}