{% extends "global/Page.html" %} {% load static %} {% block content %}

Note: Do not hit the back button on your browser or refresh the page.

Round {{ player.round_number }} of {{ Constants.num_rounds }}

How many “{{ letter }}”s?

{% for row in grid %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}

Grids Solved This Round: {{ round_correct }}

Total Grids Solved: {{ total_correct }}

{% endblock %} {% block scripts %} {% endblock %}