{% extends "global/Page.html"} {% load otree %} {% block title %} Random Number Draw {% endblock %} {% block content%} {% if subsession.dice == 3 %}
The random number drawn this round was a {{ dice }} This means the task is now over. Please press next to proceed to payment information and a post-experiment survey.
{% else %}The random number drawn this round was a {{ dice }} so this game will have another round with your currently assigned group. Please press next to begin this round.
{% endif %}{% next_button %}
{% endblock %}