{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
あなたの仕入値 {{ player.s_price }}
あなたの仕入数 {% if player.is_s_winner %} {{ player.s_quantity }} {% else %} 0 {% endif %}
あなたの売値 {{ player.h_price }}
あなたの販売個数 {% if player.is_h_winner %} {{ player.h_quantity }} {% else %} 0 {% endif %}
あなたの利潤 {{ player.payoff }}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}