{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
Game {{ game_num }}
Round {{ round_num }}
Catches {{ player.catches }}
Clicks {{ player.clicks }}
Score {{ player.score }}
Expense {{ player.expense }}
Earnings in this round {{ player.payoff }}
{% next_button %} {% endblock %}