{% extends "global/Page.html" %} {% load otree static %} {% block title %} イベント参加決定ステージ {% endblock %} {% block content %} {% if player.select_inst == True %} {% formfield player.decision label="イベントへ参加しますか?" %} {% else %}
{% formfield player.decision label="イベントへ参加しますか?" %} 他のプレイヤーの決定が終わるまでお待ち下さい {{ form.decision.errors }}
{% endif %} {% next_button %} {% endblock %}