{{ block title }} ラウンドの開始 {{ endblock }} {{ block content }} {{ if player.round_number <= Constants.practice_round }}

これから練習ラウンドの第{{ round_number }}ラウンドを開始します

{{ else }}

これから本番ラウンドの第{{ round_number }}ラウンドを開始します。

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