@if (loading()) {
} @else {
@for (w of widgets; track w.label) {
{{ w.icon }}
{{ w.value() }}
{{ w.label }}
}
Matches by status
Next fixtures Pre-match reports @if (nextMatches().length) { @for (m of nextMatches(); track m.matchId) { sports_soccer
{{ m.homeTeamName }} vs {{ m.awayTeamName }}
{{ m.leagueName }} ({{ m.country }}) ยท {{ m.kickoffAt | date: 'EEE d MMM, HH:mm' }}
}
} @else {

No upcoming scheduled fixtures.

}
}