{% extends "global/Page.html" %} {% load otree %} {% block title %} Results2 {% endblock %} {% block content %}You contributed: {{ player.contribution2 }}
You earned: {{ player.earning2 }}
From the group you get: {{ individual_share2 }}
Thus now you have: {{ payoff2 }} {% next_button %} {% include Constants.instructions_template %} {% endblock %}