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.
 
 
 
 

68 lignes
1.4 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
  10. = @ward.constituency.name
  11. MP candidates
  12. .grid_6
  13. %h1
  14. = @ward.name
  15. ward council candidates
  16. .clear
  17. .grid_6
  18. %p
  19. You can vote for
  20. %strong 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 THREE
  29. of these people to become your local councillors.
  30. %p.noprint
  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.split(' ')[0]
  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 20 April
  46. to decide whether they want to stand for election as the
  47. = @ward.constituency.name
  48. MP.
  49. .grid_6
  50. - for candidate in @council_candidates
  51. %p
  52. %span.candidate_name
  53. = candidate.forenames.split(' ')[0]
  54. = candidate.surname
  55. %br
  56. %span.candidate_party
  57. = candidate.party.name