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.
 
 
 
 

53 lignes
902 B

  1. - if @postcode
  2. %h1
  3. = @postcode
  4. is in
  5. = @ward_name
  6. Ward
  7. -else
  8. %h1
  9. = @ward.name
  10. Ward
  11. %h2
  12. Your candidates for
  13. = @ward.constituency.name
  14. member of parliament
  15. %p
  16. You can vote for
  17. %strong
  18. ONE
  19. of these people to become your next MP.
  20. %p.highlight
  21. This list of candidates may be incomplete as people have until
  22. %strong
  23. 20 April
  24. to decide whether they want to stand for election as the
  25. = @ward.constituency.name
  26. MP.
  27. %h2
  28. Your council candidates in
  29. = @ward.name
  30. Ward
  31. %p
  32. You can vote for
  33. %strong
  34. THREE
  35. of these people to become your local councillors.
  36. %p
  37. Find out more about
  38. %a{ :href => '/how-the-council-election-works' } how the council election works.
  39. - for candidate in @candidates
  40. %p
  41. %span.candidate_name
  42. = candidate.forenames
  43. = candidate.surname
  44. %br
  45. = candidate.party.name