@if (items | async; as items) {
@if (items.length !== 0) {
@for (item of items; track item) {
}
} @else {
{{ 'dashboard.canteens.no_favorite_prefix' | translate }}
{{ 'dashboard.canteens.no_favorite_link' | translate }}
{{ 'dashboard.canteens.no_favorite_suffix' | translate }}
}
}