{{ extends 'global/Page.html' }} {{ block title }}Round {{player.round_number}}{{ endblock }} {{ block content }}
{{if player.id_in_group > 2}} You are Voter {{ player.role }} {{else}} You are Candidate {{ player.role }} {{endif}}
{{ next_button }} {{ endblock }}