{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %} 平時の所得は以下のように決まりました。
あなたの平時の所得: {{ player.earning0 }}
他二人の平時の所得: {% for p in player.get_others_in_group %}{{ p.earning0 }} {% endfor %}
{% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}