{{ p.name }}
{{ p.description }}
View times{% extends "booking_ui/base.html" %} {% block title %}Schedule | {{ service.name }} | {{ branding.site_name }}{% endblock %} {% block content %}
Select a provider to see availability.
{{ p.description }}
View timesShowing times for {{ provider.name }} between {{ start_date }} and {{ end_date }}.
{% endif %} {% if grouped_slots %} {% for date, slots in grouped_slots.items %}No available slots in the next {{ date_range_days }} days.
{% endif %} {% endblock %}