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