{% if empty < 36 %}
{% for cat in categories: %}
{{ cat }}
{% endfor %}
{% for i in range(1,7) %}
{% for j in range(0,6): %}
{% if draw_cells[(i-1)*6+j] %}
${{i*((1+empty)*7-2)}}
{% endif %}
{% endfor %}
{% endfor %}
{% else %}
Final Geopardy
{% endif %}