{% 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 you will now be placed in a randomized new group with new roles.
Please not that
each player can only be assigned the role of distributor once, so you are guaranteed to be placed with a
new distributor.
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 %}