Election results in the London Borough of Sutton.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

23 řádky
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