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

Please indicate the person you would prefer talking to by clicking on their profile.

{{ formfield_errors 'preferred_role' }}
{{ include 'PartnerCard.html' with label='Player A' && person=p1 && select=True && show_reward=True && name=p1.endogeneous_role }}
{{ include 'PartnerCard.html' with label='Player B' && person=p2 && select=True && show_reward=True && name=p2.endogeneous_role }}
In round 1, {{ p1.name }} kept {{ p1.participant.kept.0 }} from a common account of {{ p1_r1_account }}. In round 1, {{ p2.name }} kept {{ p2.participant.kept.0 }} from a common account of {{ p2_r1_account }}.
In round 2, {{ p1.name }} kept {{ p1.participant.kept.1 }} from a common account of {{ p1_r2_account }}. In round 2, {{ p2.name }} kept {{ p2.participant.kept.1 }} from a common account of {{ p2_r2_account }}.

{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}