{{ block content }} {{ if player.round_number == 1 }}

The computer has randomly assigned you as Player A. Now you have {{C.ENDOWMENT}}.

Round 1: Info about Player B:

US Citizen: {{ player.citizen_treatment }}
Racial or Ethnic Background: {{ player.race_treatment }}
Age Group: {{ player.age_treatment }}
Income: {{ player.class_treatment }}
{{ else }} The computer has randomly assigned you to play as Player A in the second round. You once again have {{C.ENDOWMENT}}.

Info about Player B in Round 2:

US Citizen: {{ player.citizen_treatment }}
Racial or Ethnic Background: {{ player.race_treatment }}
Age Group: {{ player.age_treatment }}
Income: {{ player.class_treatment }}
{{ endif }} {{ formfields }} {{ next_button }}

{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}