@if (games) { @for(game of games; track game.id) { }
Game ID Started At Status Fails Cards Remaining
{{ game.id }} {{ game.startedAt | date: 'dd-MM-YYYY HH:mm' }} {{ game.finishedAt ? 'Completed' : 'In Progress' }} {{ game.fails }} {{ game.deck.length + game.hand.length }}
} @else {

Loading games...

}