Index: user/des/fbce/root/vote/index.tt =================================================================== --- user/des/fbce/root/vote/index.tt (revision 334116) +++ user/des/fbce/root/vote/index.tt (revision 334117) @@ -1,90 +1,90 @@ [%-# $FreeBSD$ -%] [% WRAPPER lib/html_top %] [% END %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% PROCESS vote/when %] [% IF !user.active %]

You are not qualified to vote in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF voting == 0 %] [% IF candidates.count == 0 %]

There are no candidates to vote for.

[% ELSE %]

You may vote for up to [% max_votes %] candidates from the list below. You can modify your vote at any time until voting closes (see the schedule on the front page).

[% IF vote_ok.defined %]

Your vote was registered. You may change it at any time until voting closes.

[% END %] [% IF error.defined %]

[% error | html %]

[% END %]
[% WHILE (candidate = candidates.next) %] [% login = candidate.login %] - + [% END %]
[% candidate.statement.short | html %][% IF candidate.statement.short %][% candidate.statement.short | html %][% ELSE %]see statement[% END %]
X votes cast

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