Election results in the London Borough of Sutton.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
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