{{ 'EPG.TITLE' | translate }}
@for (item of epgItems; track $index) {
{{ item.start | date: 'HH:mm' }} - {{ getProgramEnd(item) | date: 'HH:mm' }}
@if (isCurrentProgram(item)) { Live }
{{ item.title }}
@if (item.description) {
{{ item.description }}
} @if (isCurrentProgram(item)) {
}
} @if (epgItems.length === 0) {
{{ 'EPG.EPG_NOT_AVAILABLE_CHANNEL_TITLE' | translate }}
}