All Time Slots
{% csrf_token %}
{% if alltimeslots.has_other_pages %}
{% endif %}
| Serial No. | Opening Time | Closing Time | Status | Action | {% if alltimeslots %} {% for slot in alltimeslots %}
|---|---|---|---|---|
| {{slot.serialno}} | {{slot.openinghour}} | {{slot.closinghour}} | {% if slot.status %}Enabled{% else %}Disabled{% endif %} | {% if slot.status %} {% else %} {% endif %} {{slot.id}} |