{% extends 'main.html' %} {% block page_header %} {{ super() }} {% endblock %} {% block header %}

Precalculated tables status

{% endblock %} {% block content %} {% if validationError %}

{{ validationError }}

{% endif %} {% if nowProcessing %} The following table(s) is being precalced now: {{nowProcessing}} {% endif %} {% if startResult == 0 %} Could not start precalc process {% endif %} {% if not nowProcessing %}
All nonprecalced tables
This table:
for date (yyyymmdd):
{% endif %}
{% if tables %}
Missed precalculated tables:
{% else %}

All precalculated tables are in place.

{% endif %} {% endblock %}