{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Position Assignment
{% endblock %}
{% block content %}
You are the coordinator of your group.
Position
In this round, your group is in Position
{% if player.role_player == "Attacker" %}
A.
{% else %}
Z.
{% endif %}
Please inform the members of your group about your group’s Position.
{% if player.condition == "deception" %}
You can give the information that you think is best.
{% endif %}
{% formfield player.leader_role label="" %}
{% next_button %}
{% endblock %}