{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round 1
Player {{player.id_in_group}} {% endblock %} {% block content %}

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 %}