{% extends "global/Page.html" %} {% load otree %} {% block title %} Dice Roll {% endblock %} {% block content %} {% if subsession.dice == 3 %}

The dice roll this round was {{ dice }} This game is over

{% else %}

The dice roll this round was {{ dice }} This game will have another round.

{% endif %}

{% next_button %}

{% endblock %}