Election results in the London Borough of Sutton.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

67 rader
1.3 KiB

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