{{ isTournament ? `${section.key}回戦` : `第 ${section.key} 節` }}
キックオフ
                対戦
                会場
              {{ game.name }}
                  
                    ---
                    (開催日時未定)
                  
                  {{ dateFormat(game.date) }}
                
                {{ teamName(game, 0) }}
                    不成立
                        
                        
                          {{ game.gameRecords[0].manualGoals > 0 ? '○' : '×' }} - {{ game.gameRecords[1].manualGoals > 0 ? '○' : '×' }}
                          {{ game.gameRecords[0].score }} - {{ game.gameRecords[1].score }}
                          {{ game.gameRecords[0].pk }} - {{ game.gameRecords[1].pk }}
                        
                      
                      VS
                    {{ teamName(game, 1) }}
                  {{ game.hideVenue ? '非公開' : (game.venue || '(未定)') }}
              | 順位 | 得点数 | 氏名 | チーム名 | 
|---|---|---|---|
| {{ player.rank }} | {{ player.goals }} | {{ player.name }} | {{ player.team }} | 




