{{ 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 cell.row_index == highlight_index_row and cell.column_index == highlight_index_column %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ cell.reward }}

Points: {{ ObsA_reward_below }}

{{ endblock }}