[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Election results

[% IF voting < 0 %]

Voting has not yet started.

[% ELSE %] [% IF voting == 0 %]

NOTE: Voting is still ongoing—these are not the final results!

[% END %] [% IF candidates.count == 0 %]

There are no candidates.

[% ELSIF voted.count == 0 %]

No votes have been cast yet.

[% ELSE %]

[% voted.count %] out of [% voters.count %] voters ([% voted.count / voters.count * 100 | format('%.1f') %]%) have cast [% votes.count %] out of [% voters.count * max_votes %] ([% votes.count / (voters.count * max_votes) * 100 | format('%.1f') %]%) votes.

[% i = 0 %] [% WHILE (candidate = results.next) %] [% i = i + 1 %] [% login = results.login %] [% END %]
Rank Votes Share Candidate
[% i %] [% candidate.votes %] [% candidate.votes / voted.count * 100 | format('%.1f') %]% [% candidate.realname | html %][% IF candidate.incumbent %] (incumbent)[% END %]
[% END %] [% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %]