{% extends "global/Page.html" %} {% load otree %} {% block title %} Set Your Price {% endblock %} {% block content %} {% formfield player.s_price label="あなたの仕入値を 0 から 52 で入れてください" %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}