{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %} {% if player.id_in_group == 1 %}

You sent the computer {{ group.sent_amount }}. The computer returned {{random_sb}}.

Therefore, your total payoff is {{ player.payoff }}. {% else %}

Please click next

{% endif %}

{% next_button %} {% endblock %}