{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Public Goods Demon -- Results
{% endblock %}
{% block content %}
Your contribution: {{ player.contribution }}.
In this round you earned: {{ player.participant.payoff }}.
Your total earning so far: {{ player.participant.vars.totalEarnings }}.
{% next_button %}
{% endblock %}