{% extends "global/Page.html" %} {% load staticfiles otree %} {#{% block title %}#} {# Page title#} {#{% endblock %}#} {% block styles %} {% endblock %} {% block content %}
Practice rounds 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 }}

This is the end of practice for Highest Two Card Combination!

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

{% endblock %}