{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
Round randomly selected for payment: {{ paid_round }}
The decision in Round {{ paid_round }} was:
Your choice in Round {{ paid_round }}: Option A.
You earned {{ number }} points.
{% elif decision == "Right" and number < 55 %}Your choice in Round {{ paid_round }}: Option B.
Your opponent's choice in Round {{ paid_round }}: Option B.
You earned {{ Constants.upside }} points.
{% else %}Your choice in Round {{ paid_round }}: Option B.
Your opponent's choice in Round {{ paid_round }}: Option A.
You earned {{ Constants.downside }} points.
{% endif %}Your earnings in points will be converted to GBP at the rate 20 points = 1 GBP.
{% else %} {% if decision == "Right" %}Your choice in Round {{ paid_round }}: Option A.
You earned {{ number }} points.
{% elif decision == "Left" and number < 55 %}Your choice in Round {{ paid_round }}: Option B.
Your opponent's choice in Round {{ paid_round }}: Option B.
You earned {{ Constants.upside }} points.
{% else %}Your choice in Round {{ paid_round }}: Option B.
Your opponent's choice in Round {{ paid_round }}: Option A.
You earned {{ Constants.downside }} points.
{% endif %}Your earnings in points will be converted to GBP at the rate 20 points = 1 GBP.
{% endif %}