Select Date
Available Slots
{{ formatFullDate(selectedDate) }}
{{ availableSlotsCount }} slot{{ availableSlotsCount !== 1 ? 's' : '' }} available
No sessions available
The coach hasn't set up any sessions for this day yet.
My Bookings
{{ bookingFilter === 'past' ? 'No past bookings' : 'No upcoming bookings' }}
{{ bookingFilter === 'past' ? 'Your completed sessions will appear here.' : 'Book your first training session to get started!' }}
{{ getSlotDisplay(entry.time) }}
{{ formatBookingDate(entry.date) }}{{ entry.duration ? ' · ' + formatDuration(entry.duration) : '' }}{{ entry.location ? ' · ' + entry.location : '' }}
Waitlisted {{ entry.type_display }}{{ entry.price ? ' · ' + entry.price : '' }}