{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ subsession.round_number }}: Results {% endblock %} {% block content %}

Your Junior has {{ junior_payoff }} in his/her possession for this round.

You have {{ own_payoff }} in your possession for the previous round.

Therefore, your effective earning is {{ effective_earning }}.

{% next_button %} {% endblock %}