{% extends "global/Page.html" %} {% block title %}
Group Assignment
{% endblock %} {% block content %}


You have been assigned to the following group of three to play the 16 rounds of the decision task.

{% for i in display_order %}
{{ if i == 1}} {{ elif i == 2 }} {{ elif i == 3 }} {{endif}}
{{ if i == 1}}{{player.participant.Ana_fname_Mmb1}}{{ elif i == 2 }} {{player.participant.Ana_fname_Mmb2}}{{ elif i == 3 }} {{player.participant.Ana_fname_Mmb3}}{{endif}}-{% if Ana_generation == 1 %}I{% elif Ana_generation == 2 %}II{% endif %} {% if i == MyOrder %}
(You)
{% else %}
(Not You)
{% endif %}
{% endfor %}


{% endblock %}