{{ block title }} GameOver
Round {{group.round_number}}
Player {{player.id_in_group}}
{{ endblock }} {{ block content }} {{ if group.resource_outage }}

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

共有林が枯渇しました!
ゲームオーバー!

あなたが集めた資源は {{ player.resource }} でした.

{{else}}

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

既定のラウンドが終わりました.

あなたが集めた資源は {{ player.resource }} でした.

{{ endif }} {{ endblock }}