{{ nominator.name }} nominated
{{ nominee.name }}!
{{ voters.length }} vote{{ voters.length !== 1 ? "s" : "" }}
in favor
(majority is {{ Math.ceil(alive / 2) }})
{{ Math.ceil(players.length / 2) }} votes required for a
majority.
{{ voters.join(", ") }}
nobody
had their hand UP
Time per player:
{{ session.votingSpeed / 1000 }}s
{{ session.votingSpeed }} seconds between votes
Please claim a seat to vote.