{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} 행동 결정 {% endblock %} {% block styles %} {% endblock %} {% block content %}
현재 라운드는 총 {{ Constants.num_rounds }} 중 {{ subsession.round_number }} 입니다.
| 상대방 | |||
|---|---|---|---|
| 겁쟁이 (Dove) | 돌진 (Hawk) | ||
| 본인(me) | {{Constants.both_dove_payoff}},{{Constants.both_dove_payoff}} | {{Constants.dove_payoff}},{{Constants.hawk_payoff}} | |
| {{Constants.hawk_payoff}},{{Constants.dove_payoff}} | {{Constants.both_hawk_payoff}},{{Constants.both_hawk_payoff}} | ||