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

Depending on your final score in the game, you will receive the following prize amounts:

Final score Prize Amount (% of participation payment)
16 6%
17 12%
18 25%
19 50%
20 100%
{% endblock %}