{% extends "global/Page.html" %} {% load otree %} {% block title %} Elect a leader for your group {% endblock %} {% block content %}
Now, you can use your voting right to vote members in the group, including yourselves.
The one who receive the most votes will be elected to be the leader.
Your group ID is {{ player.group_label }}, the voting right number you owned in this task is {{ player.vote_number }}. {% formfields %} {% next_button %} {% endblock %}