{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 3: Results {% endblock %} {% block content %} {% if player.s3payoff == 3 %} CONGRATULATIONS!

You and your partner were able to complete the task.

As a result your payout for Stage 3 is {{player.s3payoff}} {% endif %} {% if player.s3payoff == 0 %} You and your partner were not able to complete the task.

As a result your payout for Stage 3 is {{player.s3payoff}} {% endif %}


{% next_button %} {% endblock %}