{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

You have chosen option {{ player.coordinate_decision }} for this round. The other participant chose option {{ other_coordinate }}. This means that you have won {{ player.payoff|floatformat:"-1" }} credit(s) and the other participant has won {{ other_payoff|floatformat:"-1" }} credit(s).

{% if subsession.round_number < Constants.num_rounds %}

Please continue to the next round and choose a new option.

{% endif %}
{% endblock %}