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

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

{% formfield player.more_card1 %}

{% next_button %}

{% include Constants.rule_template %} {% endblock %}