{% extends "global/Page.html" %} {% load otree %} {% block title %} Results1 {% endblock %} {% block content %}You contributed: {{ player.contribution1 }}
You earned: {{ player.earning1 }}
From the group you get: {{ individual_share1 }}
Thus now you have: {{ payoff1 }} {% next_button %} {% include Constants.instructions_template %} {% endblock %}