{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your Results {% endblock %} {% block content %}
Your Score: {{player.current_payoff}}
Opponent Score: {{opponent_payoff}}
Your Block
Opponent's Block
Unexplored
{% for element in grid %} {% if element.player_occupied %}
{{element.value}}
{% elif element.opponent_occupied %}
{{element.value}}
{% else %}
{{element.value}}
{% endif %} {% endfor %}

Map (For Reference)

You have succesfully completed the task. Thanks for participating.

{% next_button %} {% endblock %}