{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey: Your details {% endblock %} {% block content %} {% if subsession.round_number == 5 %}
Thank you for participating in the ultimatum game. Your final payoff from the whole game is {{ player.final_payoff }}
{% endif %} {% formfields %} {% next_button %} {% endblock %}