@switch (status()) {
@case ('loading') {
{{ 'EPG.LOADING' | translate }}
}
@case ('queued') {
schedule
{{ 'EPG.QUEUED' | translate }}
}
@case ('fresh') {
check_circle
{{
'SETTINGS.EPG_STATUS_FRESH' | translate
}}
}
@case ('stale') {
schedule
{{
'SETTINGS.EPG_STATUS_STALE' | translate
}}
}
@case ('error') {
error
{{
'SETTINGS.EPG_STATUS_ERROR' | translate
}}
}
}