{% extends "global/Page.html" %} {% load static otree %} {% block styles %} {% endblock %} {% block title %} Practice Feedback {% endblock %} {% block content %}

PRACTICE GAME​


{{ current_month }} Feedback

{{ current_month }}
(this month)
Cumulative to date
(all past rounds)​
Your contribution to your personal account:​ {{ player.practice_private_contribution }} {{ player.all_rounds_practice_private_contribution }}
Your contribution to the group conservation account: {{ player.practice_contribution}} {{ player.all_rounds_practice_contribution }}
Others’ total contribution to the group conservation account:​ {{ player.random_others_contribution }} {{ player.all_rounds_random_contribution }}
Total group conservation account contributions: {{ player.group_random_total_contribution }} {{ player.all_rounds_group_random_contribution }}
{% endblock %}