@if (showLogoFallback()) {
live_tv
}
@if (logo()) {
![Channel Logo]()
}
{{ name() }}
@if (showEpg()) {
@if (epgProgram(); as program) {
{{ program.title }}
{{
(program.startTimestamp
? program.startTimestamp * 1000
: program.start
) | date: 'HH:mm'
}}
{{
(program.stopTimestamp
? program.stopTimestamp * 1000
: program.stop
) | date: 'HH:mm'
}}
} @else if (!isRadio()) {
{{ 'EPG.NO_PROGRAM_INFO' | translate }}
}
}
@if (
(showProgramInfoButton() && showEpg() && epgProgram()) ||
showFavoriteButton() ||
showAuxActionButton()
) {
@if (showProgramInfoButton() && showEpg() && epgProgram(); as program) {
}
@if (showFavoriteButton()) {
}
@if (showAuxActionButton()) {
}
}