{% extends "global/Page.html" %} {% load otree %} {% block title %} 追加カードの選択 {% endblock %} {% block content %}
| 追加したカード | {{ player.newcard1 }} |
|---|---|
| あなたの手札の合計 | {{ player.player_result2 }} |
追加でカードを引きますか?
{% formfield player.more_card2 %} {% else %}手札の合計が20以上になりました。
追加でカードを引きますか?
引かないを選択することを推奨します
{% formfield player.more_card2 %} {% endif %} {% next_button %} {% include Constants.rule_template %} {% endblock %}