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

Results

Your decision: {{ player.decision }}

Your payoff: {{ player.payoff }}

{% if player.group.number > player.group.probability %}

Dice roll is {{player.group.number }} and this is the LAST round

{% else %}

Dice roll is {{player.group.number }} and there is going to be a next round

{% endif %}
{% endblock %}