{% extends "base.html" %} {% block title %} » CSV Supplies HH Duration {% endblock %} {% block nav %} CSV Supplies HH Duration {% endblock %} {% block content %}
48 Column Format {{input_date('start', start_date)}} {{input_date('finish', finish_date)}} {{input_checkbox('is_zipped', False)}} {{input_textarea( 'mpan_cores', '', 5, 40, placeholder='One on each line, includes all supplies if left blank' )}}
HH Per Row Format {{input_date('start', start_date)}} {{input_date('finish', finish_date)}} {{input_checkbox('is_zipped', False)}} {{input_textarea( 'mpan_cores', '', 5, 40, placeholder='One on each line, includes all supplies if left blank' )}}
{% endblock %}