[%-# $FreeBSD$ -%] [% USE Math %] [% USE WikiFormat %] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]
[% error | html %]
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 %]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 %]
---|