Election results in the London Borough of Sutton.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

wards.haml 270 B

1234567891011121314151617181920
  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