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

{{ ObsA_query_row1 }}

{{ ObsA_query_row2 }}

{% for row in grid_data %} {% for cell in row %} {% if nonsense %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% if cell.row_index == highlight_index_row and cell.column_index == highlight_index_column %}{{ cell.reward }}{% endif %}

Points: {{ ObsA_reward_below }}

{{ endblock }}