{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} 感谢参与 {% endblock %} {% block content %}

支付信息:

以下是你的支付信息:


Participant Label      : {{ label }}
Participant Code      : {{ code }}
Participation Fee      : {{ fee }}
Payoff for the Game : {{ payoff }}
Total Payoff will be   : {{ total }}

{% endblock %} {% block form %} {% endblock %}