Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- - if @postcode
- %h1
- = @postcode
- is in
- = @ward_name
- Ward
- -else
- %h1
- = @ward.name
- Ward
-
- %h2
- Your candidates for
- = @ward.constituency.name
- member of parliament
-
- %p
- You can vote for
- %strong
- ONE
- of these people to become your next MP.
-
-
- %p.highlight
- This list of candidates may be incomplete as people have until
- %strong
- 20 April
- to decide whether they want to stand for election as the
- = @ward.constituency.name
- MP.
-
- %h2
- Your council candidates in
- = @ward.name
- Ward
-
- %p
- You can vote for
- %strong
- THREE
- of these people to become your local councillors.
-
- %p
- Find out more about
- %a{ :href => '/how-the-council-election-works' } how the council election works.
-
- - for candidate in @candidates
- %p
- %span.candidate_name
- = candidate.forenames
- = candidate.surname
- %br
- = candidate.party.name
|