{{ block title }}
Player's points
{{ endblock }} {{ block content }} {% load static %}
{% if ObsA_sees %}
{% endif %} {% if ObsB_sees %}
{% endif %}
You (Observer A)

{{ ObsA_query_row1 }}

{{ ObsA_query_row2 }}

{% for row in grid_data %} {% for cell in row %} {% if trial_type == 1 %} {% elif trial_type == 2 and ObsB_trial_type != 3 %} {% endif %} {% endfor %} {% endfor %}
{% if cell.row_index == highlight_index_row and cell.column_index == highlight_index_column %}{{ cell.reward }}{% endif %} {% if cell.row_index == highlight_index_row and cell.column_index == highlight_index_column %} ? {% endif %} {% else %}
Observer B

{{ ObsB_query_row1 }}

{{ ObsB_query_row2 }}

Points: {{ ObsA_reward_below }}

{{ endblock }}