{{ extends 'global/Page.html' }} {{ block title }}
ROUND 5 Results
{{ endblock }} {{ block content }} {% if player.id_in_group == 1 %} {% include C.ROUND5_RESULTS_O1_TEMPLATE %} {% endif %} {% if player.id_in_group == 2 %} {% include C.ROUND5_RESULTS_O2_TEMPLATE %} {% endif %} {% if player.id_in_group == 3 %} {% include C.ROUND5_RESULTS_O3_TEMPLATE %} {% endif %} {% next_button %} {{ endblock }}