{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Title{% endblock %}
{% block content %}
Your contribution was {{ players.contribution }}.
Your group's total contribution was {{ group.total_contribution }}.
This results in individual share of {{ group.individual_share }}.
Your final payoff is {{ player.payoff }}.
{% formfields %}
{% next_button %}
{% endblock %}