{% extends "global/Page.html" %} {% load otree static%}
{% block title %}
FinalResult
{% endblock %}
{% block content %}
This the end of the experiment.
Round {{paidround}} you have gotten your paid.
Your payoff from the experiment is {{ finalpayoff }}.
{% next_button %}
{% endblock %}