{% extends "global/Page.html" %} {% load otree %} {% block title %} Results3 {% endblock %} {% block content %}You contributed: {{ player.contribution3 }}
You earned: {{ player.earning3 }}
From the group you get: {{ individual_share3 }}
Thus now you have: {{ payoff3 }} {% next_button %} {% include Constants.instructions_template %} {% endblock %}