{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %} You contributed: {{ player.contribution }} You earned: {{ player.earning }}
Total contribution: {{ group.total_contribution }} Total earning: {{ group.total_earning }}
Thus now you have: {{ player.payoff }} {% next_button %} {% include Constants.instructions_template %} {% endblock %}