{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
あなたの仕入値 {{ player.s_price }}
仕入れ値の最高値 {{ group.winning_s_price }}
あなたの仕入数 {% if player.is_s_winner %} 個数は{{ player.s_quantity }} {% else %} 個数は0 {% endif %}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}