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

23 行
346 B

  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. #candidates
  12. %h2
  13. Council candidates in
  14. = @ward.name
  15. - for candidate in @candidates
  16. %p
  17. %span.candidate_name
  18. = candidate.forenames
  19. = candidate.surname
  20. %br
  21. = candidate.party.name