{{ block title }} Round {{group.round_number}}
Player {{player.id_in_group}}
{{ endblock }} {{ block content }} {{ if group.round_number == 1 }}

共有林に 【{{ Constants.pool_start }}】 の資源があります.
あなたは 【0】 の資源を持っています.
資源をどれだけ採取しますか?
【{{ Constants.exploitation_min }} から {{ Constants.exploitation_max }}】の整数を入力してください.

{% formfield player.exploitation %} {% next_button %} {{ else }}

あなたは 【{{ player.exploitation }}】 の資源を採取しました.
全員で 【{{ group.total_exploitation }}】 の資源を採取しました.

共有林に 【{{ group.current_pool }}】 の資源があります.
あなたは 【{{ player.resource }}】 の資源を持っています.

資源をどれだけ採取しますか?
【{{ Constants.exploitation_min }} から {{ Constants.exploitation_max }}】 の整数を入力してください.

{{ formfield player.exploitation }} {{ next_button }}
{{ endif }} {{ endblock }}