{{ block title }} Round {{round_number}}
Player {{player.id_in_group}} {{ endblock }} {{ block content }} {{ if cut_input_prev == 0 }}

あなたは伐採しませんでした.

{{ endif }} {{ if cut_input_prev > 0 }} {{ if cut_modify_prev > 0 }}

あなたは 【Tree {{cut_input_prev}}】 の伐採を希望し,【Tree {{cut_modify_prev}}】 を伐採しました.

{{ else }} あなたは 【Tree {{cut_input_prev}}】 の伐採を希望しましたが,伐採できませんでした.
{{ endif }} {{ endif }}
{{ if cut_input_prev_bot1 == 0 }}

プレイヤー2は伐採しませんでした.

{{ endif }} {{ if cut_input_prev_bot1 > 0 }} {{ if cut_modify_prev_bot1 > 0 }}

プレイヤー2は 【Tree {{cut_input_prev_bot1}}】 の伐採を希望し,【Tree {{cut_modify_prev_bot1}}】 を伐採しました.

{{ else }} プレイヤー2は 【Tree {{cut_input_prev_bot1}}】 の伐採を希望しましたが,伐採できませんでした.
{{ endif }} {{ endif }}
{{ if cut_input_prev_bot2 == 0 }}

プレイヤー3は伐採しませんでした.

{{ endif }} {{ if cut_input_prev_bot2 > 0 }} {{ if cut_modify_prev_bot2 > 0 }}

プレイヤー3は 【Tree {{cut_input_prev_bot2}}】 の伐採を希望し,【Tree {{cut_modify_prev_bot2}}】 を伐採しました.

{{ else }} プレイヤー3は 【Tree {{cut_input_prev_bot2}}】 の伐採を希望しましたが,伐採できませんでした.
{{ endif }} {{ endif }}

あなたは 【{{point_get_prev}}】 の利益を得ました.
プレイヤー2は 【{{point_get_prev_bot1}}】 の利益を得ました.
プレイヤー3は 【{{point_get_prev_bot2}}】 の利益を得ました.

あなたがこれまで得た利益の合計は 【{{point_accumulation_prev}}】 です.

tree1

Tree 1

tree2

Tree 2

{{ if num_trees > 2 }}

tree3

Tree 3

{{ endif }} {{ if num_trees > 3 }}

tree4

Tree 4

{{ endif }}

伐採したい木の番号を入力してください(1 - {{Constants.num_trees}}).
どの木も伐採しない場合は 0 を入力してください.
入力後,「Next」ボタンを押してください.

{{ formfield player.cut_input }} {{ next_button }}
{{ endblock }}