@if (show$|async; as show) {
{{ show.showType|showType }}
{{ show.date.toDate() | date: 'dd.MM.yyyy' }}
@for (song of show.songs; track trackBy(i, song); let i = $index) {
{{ song.title }}
}
}