{{ 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 the victim and observe the situation.
In the following, you can decide whether to call the police or not.
{% endif %}