{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 1 Results {% endblock %} {% block content %} {% if participant.PARTNER_ALIVE == True %}
Your work contributed ${{player.contribution}}.00 to the groups account.
Your partners work contributed ${{player.contribution_partner}}.00
Your group's earnings are therefore: ${{group.group_account}}.00
{% endif %} {% next_button %} {% if participant.PARTNER_ALIVE == False %}Either you or your partner were not able to solve the tasks, thus you were not able to finish it correctly.
Thank you for your time.
{% endif %} {% endblock %}