{% extends "normal_form_games/Page.html" %} {% load otree %} {% block title %} Result {% endblock %} {% block content %}
You earned {{ prev_player.payoff }} on this round.
In total, you've earned {{ earnings }} {% next_button %}
{% endblock %}