{{ 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 %} {% endfor %} {% endfor %}

Points: {{ ObsA_reward_below }}

{{ endblock }}