[% poll = c.model('Vote').poll(voteid) %] [% l('You have just participated in the poll:') %] -------- [% poll.info.label %] -------- [% IF NOT poll.info.no_mail_ballot_id %] [% l('Your ballot ID') %]: [% ballotid %] [% END %] [% l('Results will be available here') %]: [% c.uri_for('/vote', poll.uid) %] [% l('Regards') %].