{{ extends 'global/Page.html' }} {{ block title }}
Practice Round Results
{{ endblock }} {{ block content }} {% if player.Initial_Role == 'Owner#1' %} {% include C.PR_O1_RESULT_2_TEMPLATE %} {% endif %} {% if player.Initial_Role == 'Owner#2' %} {% include C.PR_O2_RESULT_2_TEMPLATE %} {% endif %} {% if player.Initial_Role == 'Owner#3' %} {% include C.PR_O3_RESULT_2_TEMPLATE %} {% endif %} {% if player.Initial_Role_Common == 'Buyer' %} {% include C.PR_B_RESULT_2_TEMPLATE %} {% endif %} {% next_button %} {{ endblock }}