{% extends "global/Page.html" %} {% load staticfiles otree %} {% load static %} {% load app_tags %} {#{% block title %}#} {# Draw card#} {#{% endblock %}#} {% block styles %} {% endblock %} {% block content %} {# {{ subsession.first_draw_rank }}#} {# {{ subsession.first_draw_suit }}#} {# {{ subsession.second_draw_rank }}#} {# {{ subsession.second_draw_suit }}#}
{# Draws remaining: {{ Constants.num_rounds|sub:player.round_number|add:"1" }}
#} Draws remaining: {{ session.vars.draw_count }}
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 }}
{#

first draw value: {{ subsession.first_draw_rank }}

#} {##} {#

1st hand highest: {{ player.highest_hand_first_draw }}

#} {#

2nd hand highest: {{ player.highest_hand_second_draw }}

#}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {##} {#
#} {# #} {#
#}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {##} {#
#} {# #} {#
#}
{#
#} {# #} {#
#}
{% endblock %} {% block scripts %} {% endblock %}