{{ extends 'global/Page.html' }} {{ block title }}Assignment{{ endblock }} {{ block content }}
In the following task, there will be a RED player and a BLUE player.
You have been randomly assigned the role of
{{ if player.Role == "RED" }}
{{ player.Role }}
{{ elif player.Role == "BLUE" }}
{{ player.Role }}
{{ endif }}
Player
Please proceed to learn more about the task.