Election results in the London Borough of Sutton.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- %h1
- = @ward.name
- Ward
-
- %h2
- = @postcode
- is in
- %span.highlight
- = @ward_name
- Ward
- in
- = @district_name
-
- %h2 Council Candidates
- - for candidate in @candidates
- %p
- = candidate.forenames
- = candidate.surname
- %br
- = candidate.party.name
|