{% extends "global/Page.html" %}
{% block title %}
Group Assignment
{% endblock %}
{% block content %}
You will now be playing the exact same decision task as your predecessor with the successors of the families he/she was matched with.
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{% elif Ana_generation == 3 %}III{% endif %}
{% if i == MyOrder %}
(You)
{% else %} (Not You)
{% endif %}