{% extends "./base.html" %} {% block tab_action %} {% endblock tab_action %} {% block timeslot_main %}
{% for timeslot in object_list %} {% include "./_timeslot_card.html" %} {% empty %}

No timeslots yet

{% endfor %}
{% endblock timeslot_main %}