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.
 
 
 
 

57 line
1.0 KiB

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