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.
 
 
 
 

20 lines
270 B

  1. %h1
  2. = @ward.name
  3. Ward
  4. %h2
  5. = @postcode
  6. is in
  7. %span.highlight
  8. = @ward_name
  9. Ward
  10. in
  11. = @district_name
  12. %h2 Council Candidates
  13. - for candidate in @candidates
  14. %p
  15. = candidate.forenames
  16. = candidate.surname
  17. %br
  18. = candidate.party.name