{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
Round {{ subsession.round_number }}
Catches {{ player.catches }}
Clicks {{ player.clicks }}
Score {{ player.score }}
Expense {{ player.expense }}
Earnings in this round {{ player.payoff }}
{% next_button %} {% endblock %}