{% extends "global/Page.html" %} {% load otree %} {% block title %} Result {% endblock %} {% block content %}
結果は以下の通りです
| あなたの賭けたコイン | {{ player.player_coin }} | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| computerの手札 | {{ player.computer_sum }} | ||||||||||||
| あなたの手札 | {{ player.player_result1 }} | {% elif player.result_id == 2 %}あなたの手札 | {{ player.player_result2 }} | {% elif player.result_id == 3 %}あなたの手札 | {{ player.player_result3 }} | {% elif player.result_id == 4 %}あなたの手札 | {{ player.player_result4 }} | {% elif player.result_id == 5 %}あなたの手札 | {{ player.player_result5 }} | {% elif player.result_id == 6 %}あなたの手札 | {{ player.player_result6 }} | {% elif player.result_id == 7 %}あなたの手札 | {{ player.player_result7 }} | {% endif %}
| 勝敗 | {{ player.result }} | ||||||||||||
| 所持コイン | {{ player.coin_result }} |
{% next_button %}
{% include Constants.coin_template %}
{% include Constants.rule_template %} {% endblock %}