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

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

{% formfield player.more_card5 %} {% else %}

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

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

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

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