{% extends "base.html" %} {% block title %} » CSV Supplies Duration {% endblock %} {% block nav %} CSV Supplies Duration {% endblock %} {% block content %}
Download {{input_date('start', last_month_start)}} {{input_date('finish', last_month_finish)}} {{input_textarea('mpan_cores', '', 5, 40, placeholder='One on each line, includes all supplies if left blank')}}

Outputs a row for each era of every supply with various columns calculated over the duration. The Bad HHs column is the number of half-hours that are either missing or estimated.

{% endblock %}