{{ locale.modal.voteHistory.time }} | {{ locale.modal.voteHistory.nominator }} | {{ locale.modal.voteHistory.nominee }} | {{ locale.modal.voteHistory.type }} | {{ locale.modal.voteHistory.votes }} | {{ locale.modal.voteHistory.majority }} |
|
|
{{ vote.timestamp.getHours().toString().padStart(2, "0") }}:{{ vote.timestamp.getMinutes().toString().padStart(2, "0") }} | {{ vote.nominator }} | {{ vote.nominee }} | {{ vote.type }} |
{{ vote.votes == null ? "?" : vote.votes.length }}
|
{{ vote.majority }}
|
{{ vote.votes == null ? locale.modal.voteHistory.hiddenVote : vote.votes.join(", ") }} |