{% with tabname='distrib' %}
{% include 'distrib_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 'label.html' with category='hourslot' capcategoryname='Hour slot' kind='select' %}
{% include 'selector.html' with category='hourslot' categorynames='hour slots' %}
{% include 'submitbutton.html' with category='main' %}
Map
{% include 'minimap.html' %}
{% include 'loading.html' with tabname='distrib-transactions' %}
Transactions
Distribution
Revenue
Distribution
{% 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='distrib-occupancy' %}
Parking slot occupancy
Distribution
{% include 'label.html' with category='parkingslot' capcategoryname='Parking slot' kind='select' %}
{% include 'selector.html' with category='parkingslot' categorynames='parking slots' %}
{% include 'submitbutton.html' with category='occupancy' %}
Fines
Distribution
{% endwith %}