{% extends "global/Page.html" %} {% load otree %} {% block title %} 追加カードの選択 {% endblock %} {% block content %}
追加したカード {{ player.newcard2 }}
あなたの手札の合計 {{ player.player_result3 }}
{% if player.player_result3 < 20 %}

追加でカードを引きますか?

{% formfield player.more_card3 %} {% else %}

手札の合計が20以上になりました。

追加でカードを引きますか?

引かないを選択することを推奨します

{% formfield player.more_card3 %} {% endif %} {% next_button %} {% include Constants.rule_template %} {% endblock %}