{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Summary {% endblock %} {% block content %}

The table below shows some statistics for the ... you have entered. In the real study this table might not be shown to subjects.

Player Statistics
Your Total Score: {{ total_payoff }}
{% for row in table_rows %} {% endfor %}
Summation # Intergers Solution Your Entry Correct? Score
{{ row.round_number }} {{ row.int1 }} + {{ row.int2 }} {{ row.Ints_sum }} {{ row.player_sum }} {{ row.is_correct }} {{ row.payoff }}
{% endblock %}