{% 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 }}#}
| 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 }}
#}