{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final results {% endblock %} {% block content %}
Your final result is: {{ participant.payoff }}
{% next_button %} {% include 'pgg/includes/instructions_block.html' %} {% endblock %}