{{#if preGame}}
Game Settings
Score Wins
Game Players
{{#if players.length > 0}} {{/if}}
  • {{#players:i}}
{{/players}} {{#if displayPastPlayers.length > 0}}
  • Past Players
  • {{/if}} {{#displayPastPlayers}}
    {{/displayPastPlayers}}
    {{else}}
    Round {{currentRound.number}} {{#if roundsToPlay}} of {{roundsToPlay}} {{/if}}
      {{#players:i}}
    • {{this}}
      {{currentRound.scores[this]}}
    • {{/players}}

    {{#if currentScoringPlayer}} {{currentScoringPlayer}}: {{currentRound.scores[currentScoringPlayer]}} {{/if}}

    Game Score
    {{#players}} {{/players}} {{#players}} {{/players}} {{#displayRounds:i}} {{#players}} {{/players}} {{/}}
    #{{this}} {{#if @this.isWinningScore(totals[this])}} {{/if}}
    Totals{{totals[this]}}
    {{number}}{{scores[this]}}
    {{/if}}