[%-# $FreeBSD$ -%] [% USE Math %] [% USE WikiFormat %] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]
[% poll.synopsis | wiki %]
[% IF error %]

[% error | html %]

[% ELSIF now < poll.starts %]

This poll has not started yet.

[% ELSIF poll.votes_rs.count == 0 %]

No votes have been cast yet.

[% ELSE %]

Here are the[% IF now < poll.ends %] preliminary[% END %] results of the poll:

[% IF poll.votes_rs.count == 1 %]One vote has[% ELSE %][% poll.votes_rs.count %] votes have[% END %] been cast by [% IF poll.voters_rs.count == 1 %]one voter[% ELSE %][% poll.voters_rs.count %] voters[% END %].

[% FOREACH question IN poll.questions %] [% qid = question.id %]
[% question.short | wiki %]
[% FOREACH option IN question.options %] [% END %]
Option Votes Percentage
[% option.label | html %] [% IF option.votes_rs.count > 0 %][% option.votes_rs.count %][% ELSE %]-[% END %] [% IF option.votes_rs.count > 0 && question.votes_rs.count > 0 %][% Math.int(option.votes_rs.count * 100 / question.votes_rs.count) %]%[% ELSE %]-[% END %]
[% END %] [% END %]
[% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %]