Shows ({{ (shows$ | async)?.length }})

@for (show of shows$ | async; track show.id) { } @empty { }
Order Title Host Genre Slots Actions
{{ show.display_order }} {{ show.title }} {{ show.host }} {{ show.genre }} @for (slot of show.schedules; track slot.id) { {{ slot.day_label.charAt(0) }} {{ slot.time }} }
No shows yet. Click "Add Show" to create one.