{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Role assignment {% endblock %} {% block content %}
We will now start the {{Constants.num_rounds}} periods. You have been randomly assigned the role of:
{{player.role}}
Remember:
{% include Constants.template_recap %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}