{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Finish{% endblock %}
{% block content %}
You have completed the game. Since you got {{participant.payoff}} points in two games, your bonus payoff is ${{player.get_bonus}}, and your total payment is ${{player.get_payment}} ($1 plus the bonus). Your completion code is Cornell2020.
{% endblock %}