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

This turn's divided was {{group.fundamental_value}}

Therefore, your payoff is: {{player.payoff}}

{% endblock %} {% block global_scripts %} {% endblock %}