Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

65 lines
1.3 KiB

  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