{% extends "global/Page.html" %} {% load otree %} {% block title %} Introduction {% endblock %} {% block content %}
全{{ Constants.num_rounds }}回の実験終了後、あなたの最終的な所持コインの合計と、勝率を表示します。
その後、同様に{{ Constants.num_rounds }}回の実験を行います。

 

{% include Constants.coin_template %}

 

{% include Constants.rule_template %} {% next_button %} {% endblock %}