{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} 행동 결정 {% endblock %} {% block styles %} {% endblock %} {% block content %}
현재 라운드는 총 {{ Constants.num_rounds }} 중 {{ subsession.round_number }} 입니다.
당신의 상대방은 총 {{num_prev_round}}라운드 중에서 {{other_player_num_coop}}번 협조를 했습니다.
| 상대방 | |||
|---|---|---|---|
| 협력(Cooperate) | 배반(Defect) | ||
| 본인(me) | {{Constants.both_cooperate_payoff}},{{Constants.both_cooperate_payoff}} | {{Constants.betrayed_payoff}},{{Constants.betray_payoff}} | |
| {{Constants.betray_payoff}},{{Constants.betrayed_payoff}} | {{Constants.both_defect_payoff}},{{Constants.both_defect_payoff}} | ||