{% extends "global/Page.html" %} {% load staticfiles otree %} {#{% block title %}#} {# Page title#} {#{% endblock %}#} {% block styles %} {% endblock %} {% block content %}
Finished!
Highest hand:
{% if player.session.config.show_individual_highest_hands %} {% endif %}
1st hand: {{ player.highest_hand_first_draw }}
2nd hand: {{ player.highest_hand_second_draw }}
Total: {{ player.highest_hand_first_draw|add:player.highest_hand_second_draw }}

Thank you for playing Highest Two Card Combination!

Your final score is {{ player.highest_hand_first_draw|add:player.highest_hand_second_draw }}

Your payoff is {{ player.payoff }}

{% endblock %}