{% for day in days %}
{{ day.name }}
{{ day.slot1.opens }} - {{ day.slot1.shuts }}
and
{{ day.slot2.opens }} - {{ day.slot2.shuts }}
Closed
{% if forloop.first %}
Apply to all days
{% endif %}
{% endfor %}
There are 2 sets of hours for 1 day.
Apply
Cancel
{% csrf_token %}