{% extends "base.html" %} {% block title %} CSV Supplies HH Duration {% endblock %} {% block nav %} CSV Supplies HH Duration {% endblock %} {% block content %}
48 Column Format
from {{input_date('start', start_date)}} to {{input_date('finish', finish_date)}} {{input_checkbox('is_zipped', False)}}

MPAN Cores (one on each line, includes all supplies if left blank)
{{input_textarea('mpan_cores', '', 5, 40)}}



HH Per Row Format
{{input_date('start', start_date)}} {{input_date('finish', finish_date)}} {{input_checkbox('is_zipped', False)}}

MPAN Cores (one on each line, includes all supplies if left blank)
{{input_textarea('mpan_cores', '', 5, 40)}}

{% endblock %}