{% with tabname='forecast' %}
{% include 'forecast_descr.html' %}

{% include 'loading.html' %}
{% include 'label.html' with category='zone' capcategoryname='Zone' kind='select' %}
{% include 'selector.html' with category='zone' categorynames='zones' %}
{% include 'label.html' with category='date' capcategoryname='Week date' kind='input' %}
{% include 'submitbutton.html' with category='main' %}
Map
{% include 'minimap.html' %}
Forecasting not available.
{% include 'loading.html' with tabname='forecast-transactions' %}
Transactions
Forecasting
Revenue
Forecasting
{% include 'label.html' with category='parkingmeter' capcategoryname='Parking meter' kind='select' %}
{% include 'selector.html' with category='parkingmeter' categorynames='parking meters' %}
{% include 'submitbutton.html' with category='transactions' %}
{% include 'loading.html' with tabname='forecast-occupancy' %}
Parking slot occupancy
Forecasting
{% include 'label.html' with category='road' capcategoryname='Road' kind='select' %}
{% include 'selector.html' with category='road' categorynames='roads' %}
{% include 'submitbutton.html' with category='occupancy' %}
{% endwith %}