{% extends "global/Page.html" %} {% load otree %} {% block title %} Results5 {% endblock %} {% block content %}You contributed: {{ player.contribution5 }}
You earned: {{ player.earning5 }}
From the group you get: {{ individual_share5 }}
Thus now you have: {{ payoff5 }} {% next_button %} {% include Constants.instructions_template %} {% endblock %}