{{ block title }} 結果 {{ endblock }} {{ block content }} {{ if player.round_number <= Constants.practice_round }}

練習ラウンドの第{{ round_number }}ラウンドが終了しました。
先程のあなたの獲得ポイントは、{{ point }}ポイントでした。
{{ if player.round_number == 2 }}これで練習ラウンドを終了します。{{ endif }}

{{ else }}

本番ラウンドの第{{ round_number }}ラウンドが終了しました。
先程のあなたの獲得ポイントは、{{ point }}ポイントです。
{{ if player.round_number == 2 }}これで本番ラウンドを終了します。{{ endif }}

{{ endif }} {{ next_button }} {{ endblock }}