Election results in the London Borough of Sutton.
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- - 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
|