{% if slots %} {% for slot in slots %}
{{ slot.start_time|date:"H:i" }} - {{ slot.end_time|date:"H:i" }}
{{ slot.provider.get_full_name }} {% if slot.specialty %}• {{ slot.specialty }}{% endif %}
{% endfor %} {% else %}

No available slots

{% endif %}