{% extends "global/Page.html" %} {% load otree %} {% block title %} Result {% endblock %} {% block content %}

結果は以下の通りです

{% if player.result_id == 1 %} {% elif player.result_id == 2 %} {% elif player.result_id == 3 %} {% elif player.result_id == 4 %} {% elif player.result_id == 5 %} {% elif player.result_id == 6 %} {% elif player.result_id == 7 %} {% endif %}
あなたの賭けたコイン{{ player.player_coin }}
computerの手札{{ player.computer_sum }}
あなたの手札{{ player.player_result1 }}あなたの手札{{ player.player_result2 }}あなたの手札{{ player.player_result3 }}あなたの手札{{ player.player_result4 }}あなたの手札{{ player.player_result5 }}あなたの手札{{ player.player_result6 }}あなたの手札{{ player.player_result7 }}
勝敗{{ player.result }}
所持コイン{{ player.coin_result }}

{% next_button %}

{% include Constants.coin_template %}

 

 

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