{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 1 - Work {% endblock %} {% block content %}

Count the zeroes in the table

Total correct: {{total_correct}}

Table {{round}}

{% for r in mat %} {% for c in r %} {% endfor %} {% endfor %}
{{ c }}

The number of zeroes is:

{% formfield player.input_sum label=""%} {% next_button %} {% endblock %}