{% extends "global/Page.html" %} {% load otree %} {% block title %} Set Your Price {% endblock %} {% block content %}

あなたの仕入れ価格は {{ player.s_price }} で,仕入数は {{ player.s_quantity }} です.

{% formfield player.h_price label="あなたの売値を 0 から 52 で入れてください" %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}