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ů.
|
- - if @postcode
- %h1
- = @postcode
- is in
- = @ward_name
- Ward
- -else
- %h1
- = @ward.name
- Ward
-
- %h2
- = @ward.constituency.name
- Constituency
-
- #candidates
- %h2
- Council candidates in
- = @ward.name
-
- - for candidate in @candidates
- %p
- %span.candidate_name
- = candidate.forenames
- = candidate.surname
- %br
- = candidate.party.name
|