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

{{ ObsA_query_row1 }}

{{ ObsA_query_row2 }}

{% if show_form_field %}

{% else %} {% endif %}
{% for row in grid_data %} {% for cell in row %} {% if cell.row_index == highlight_index_row and cell.column_index == highlight_index_column and cell.row_index == current_highlight_index_row and cell.column_index == current_highlight_index_column %} {% elif cell.row_index == highlight_index_row and cell.column_index == highlight_index_column %} {% elif cell.row_index == current_highlight_index_row and cell.column_index == current_highlight_index_column %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% endblock %}