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.
 
 
 
 

69 lignes
1.4 KiB

  1. - if @postcode
  2. .grid_12
  3. %h2.noprint
  4. These are the candidates for
  5. = @postcode
  6. .clear
  7. .grid_6
  8. %h1
  9. = @ward.constituency.name
  10. MP candidates
  11. .grid_6
  12. %h1
  13. = @ward.name
  14. ward council candidates
  15. .clear
  16. .grid_6
  17. %p
  18. You can vote for
  19. %strong
  20. ONE
  21. of these people to become your member of parliament.
  22. %p.noprint
  23. Find out more about
  24. %a{ :href => '/how-the-parliament-election-works' } how the parliament election works.
  25. .grid_6
  26. %p
  27. You can vote for
  28. %strong
  29. THREE
  30. of these people to become your local councillors.
  31. %p.noprint
  32. Find out more about
  33. %a{ :href => '/how-the-council-election-works' } how the council election works.
  34. .clear
  35. .grid_6
  36. - for candidate in @parly_candidates
  37. %p
  38. %span.candidate_name
  39. = candidate.forenames.split(' ')[0]
  40. = candidate.surname
  41. %br
  42. %span.candidate_party
  43. = candidate.party.name
  44. %p.highlight
  45. This list of candidates may be incomplete as people have until
  46. %strong
  47. 20 April
  48. to decide whether they want to stand for election as the
  49. = @ward.constituency.name
  50. MP.
  51. .grid_6
  52. - for candidate in @council_candidates
  53. %p
  54. %span.candidate_name
  55. = candidate.forenames.split(' ')[0]
  56. = candidate.surname
  57. %br
  58. %span.candidate_party
  59. = candidate.party.name