{{ 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
voted YES
Vote time per player:
{{ session.votingSpeed }}s
{{ session.votingSpeed }} seconds between votes
Please claim a seat to vote.