{% extends "global/Page.html" %} {% load otree %} {% block title %} 賭けるコインの選択 {% endblock %} {% block content %}
| computerの表側のカード | {{ player.computer_first }} |
|---|---|
| あなたの手札の合計 | {{ player.player_sum }} |
1 ~ 100 の整数で賭けるコインを入力してください
{% formfield player.player_coin %} {% next_button %} {% include Constants.coin_template %} {% endblock %}