Election results in the London Borough of Sutton.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
14 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. - @page_title = @ward.name + " Ward Candidates"
  2. - if @postcode
  3. .grid_12
  4. %h2.noprint
  5. These are the candidates for
  6. = @postcode
  7. .clear
  8. .grid_6
  9. %h1.adr
  10. %span.locality
  11. = @ward.constituency.name
  12. MP candidates
  13. .grid_6
  14. %h1.adr
  15. %span.locality
  16. = @ward.name
  17. ward
  18. council candidates
  19. .clear
  20. .grid_6
  21. %p
  22. You can vote for
  23. %strong ONE
  24. of these people to become your member of parliament.
  25. %p.noprint
  26. Find out more about
  27. %a{ :href => '/how-the-parliament-election-works' } how the parliament election works.
  28. .grid_6
  29. %p
  30. You can vote for
  31. %strong THREE
  32. of these people to become your local councillors.
  33. %p.noprint
  34. Find out more about
  35. %a{ :href => '/how-the-council-election-works' } how the council election works.
  36. .clear
  37. .grid_6
  38. - for candidate in @ward.constituency.parliamentcandidates
  39. %p.vcard
  40. %span.candidate_name.fn
  41. = candidate.forenames.split(' ')[0]
  42. = candidate.surname
  43. %br
  44. %span.candidate_party.org
  45. = candidate.party.name
  46. .grid_6
  47. - for candidate in @ward.councilcandidates
  48. %p.vcard
  49. %span.candidate_name.fn
  50. = candidate.forenames.split(' ')[0]
  51. = candidate.surname
  52. %br
  53. %span.candidate_party.org
  54. = candidate.party.name