Election results in the London Borough of Sutton.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

123456789101112131415161718192021222324252627
  1. - if @postcode
  2. %h1
  3. = @postcode
  4. is in
  5. = @ward_name
  6. Ward
  7. -else
  8. %h1
  9. = @ward.name
  10. Ward
  11. %h2
  12. = @ward.constituency.name
  13. Constituency
  14. #candidates
  15. %h2
  16. Council candidates in
  17. = @ward.name
  18. - for candidate in @candidates
  19. %p
  20. %span.candidate_name
  21. = candidate.forenames
  22. = candidate.surname
  23. %br
  24. = candidate.party.name