{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} 당신의 역할, 그리고 결정 {% endblock %} {% block content %}
당신은 제안자 입니다.
당신에게는 {{ Constants.endowment }} 만큼이 주어졌습니다. 상대방에게 제공할 금액을 입력해주세요.
{% formfield group.amount_offered label="얼마를 제안할 것인가요?" %} {% next_button %} {% endblock %}