{{ extends 'global/Page.html' }} {{ block title }}
Round Results
{{ endblock }} {{ block content }} {% if player.Initial_Role == 'Owner#1' %} {% include C.R1_O1_RESULTS_TEMPLATE %} {% endif %} {% if player.Initial_Role == 'Owner#2' %} {% include C.R1_O2_RESULTS_TEMPLATE %} {% endif %} {% if player.Initial_Role == 'Owner#3' %} {% include C.R1_O3_RESULTS_TEMPLATE %} {% endif %} {% if player.Initial_Role_Common == 'Buyer' %} {% include C.R1_RESULTS_BUYER_TEMPLATE %} {% endif %} {% next_button %} {{ endblock }}