{{ block content }}

Part III - Round {{ player.round_number }} of 6 - Set ({{ implementation_num }} of 5)

Your chosen plan-of-action

Plan-of-action: {{ description_strategy }}
Instruction Diagram:

{## DIV SECTION 1 - Initial "choose" instruction#}

{{ if player.treatment_manu }} This is the start of the set. Please choose your first action. {{ endif }} {{ if not player.treatment_manu }} This is the start of the set. Please press 'Next action' for the first game. {{ endif }}

{## DIV SECTION 2 - Histories #}
Player History
Me No action has been chosen yet
Counterpart No action has been chosen yet
{## DIV SECTION 3 - Buttons. Includes two conditional blocks based on treatment type #} {## First conditional - cooperate and defect buttons for manual implementation #} {{ if player.treatment_manu }}
{{ endif }} {## Second conditional - cooperate and defect buttons for manual implementation #} {{ if not player.treatment_manu }}
Press to continue:
{{ endif }} {## DIV SECTION 4 - space for error messages #}
{{ include Constants.PAYOFF_TABLE }}
{{ include Constants.INSTRUCTIONS_TEMPLATE }}
{{ endblock }}