Election results in the London Borough of Sutton.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

20 行
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