[%-# $FreeBSD$ -%] [% USE WikiFormat %] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% IF polls.count == 0 %]

There are no active polls at present.

[% ELSE %]
[% WHILE (poll = polls.next) %]
[% poll.title | html%]
[% poll.synopsis | wiki %]
[% END %]
[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %]