{{ block title }} GameOver {{ endblock }} {{ block content }} {{ if cut_input == 0 }}

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

{{ endif }} {{ if cut_input > 0 }} {{ if cut_modify > 0 }}

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

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

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

{{ endif }} {{ if cut_input_bot1 > 0 }} {{ if cut_modify_bot1 > 0 }}

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

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

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

{{ endif }} {{ if cut_input_bot2 > 0 }} {{ if cut_modify_bot2 > 0 }}

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

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

あなたは 【{{point_get}}】 の利益を得ました.
プレイヤー2は 【{{point_get_bot1}}】 の利益を得ました.
プレイヤー3は 【{{point_get_bot2}}】 の利益を得ました.

ゲームはこれで終了です.
あなたの最終的な利益は {{point_accumulation}} です.

「Next」ボタンを押してください.

{{ next_button }}
{% endblock %}