{{ extends 'global/Page.html' }} {{ block title }}Round {{player.round_number}}{{ endblock }} {{ block content }}

Please choose your preferred lottery:


{% if participant.counterbalance == 1 %} {% if participant.order6 == 1 %}
{% else %}
{% endif %} {% elif participant.counterbalance == 2 %} {% if participant.order6 == 1 %}
{% else %}
{% endif %} {% endif %}


{{ next_button }} {{ endblock }}