{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

Your performance was {{ player.performance }} and you made {{player.mistakes}} errors.

Your payoff {{ player.payoff }}.

{% next_button %} {% endblock %}