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

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

{% formfield player.more_card4 %} {% else %}

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

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

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

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