{{ define "title" }}Vote on Motion {{ .Motion.Tag }}{{ end }} {{ define "main" }}
{{ template "motion_display" .Motion }}
{{ with .Form }}
{{ if eq "aye" .Choice.Label }} {{ else if eq "naye" .Choice.Label }} {{ else }} {{ end }}
{{ end }}
{{ end }}