{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round Earnings {% endblock %} {% block content %} Your earnings for this round is: {{ player.payoff }} {% next_button %} {% endblock %}