{% extends 'part2/TaskRole.html' %} {% block title %}{% endblock %} {% block content %} {% include 'global/includes/boxes.html' %}
{% if display_round_number %} Round {{ subsession.round_number }}/{{ Constants.num_rounds }} {% endif %}
You continue to act in role {{ role }}. Your interaction partner for this round has been randomly selected within your group of 6 participants. {# {{ Constants.players_per_group }}.#}
{{ next_button }} {% endblock %}