{% extends "global/Page.html" %} {% load otree static %} {% block title %} GameOver {% endblock %} {% block content %} {% if cut_modify > 0 %}

あなたは Tree {{cut_input}} の伐採を希望し,
Tree {{cut_modify}} を伐採しました.
これにより,{{point_get}} の利益を得ました.

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

{% endif %} {% if cut_modify == 0 %}

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

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

{% endif %}
{% endblock %}