{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Public Goods Game - Results{% endblock %}
{% block content %}
You contributed {{ player.contribution }}
In this round you earned {{ player.participant.payoff }}
So far you have earned {{ player.participant.vars.totalEarnings }}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}