@foreach (var row in MatchViewModel.Rows) {
@foreach (var cell in row) { @cell }
}