{% extends "base.html" %} {% block title %} Surface - Station Report {% endblock %} {% block content %}

Station report

LOAD REPORT

Data not found for the period selected. Try again with other dates

[[item]]
Date [[ element ]]
[[ new Date(data.date).toLocaleString() ]] [[ (data.values[td] || 0 ).toFixed(2) ]]
[[ value.label ]] [[ value.values[td] ]]
{% endblock %} {% block localjavascript %} {% endblock %}