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

[% error | html %]

[% ELSE %]

You have selected valid answers to all questions in the poll.

[% END %] [% FOREACH question IN poll.questions %] [% qid = question.id %]
[% question.short | wiki %]
[% IF question.max_options == 1 %]

You answered: [% answers.$qid.0.label | html %]

[% ELSE %]

You answered:

[% END %] [% END %]
[% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %]