{{ extends 'global/Page.html' }} {{ block title }}Distribution of roles{{ endblock }} {{ block content }}

{% if player.id_in_group == 5 %} You are the victim and have been robbed.

In the following, you cannot make a decision. On the result page you will be informed whether someone has called the police or not. {% else %} You are not the victim and observe the situation.

In the following, you can decide whether to call the police or not. {% endif %}

{{ next_button }} {{ endblock }}