<ahref="/motions/"class="{{ if not .Params.Flags.Unvoted }}active {{ end }}item"title="Show all votes">All votes</a>
{{ if $voter }}<ahref="/motions/?unvoted=1"class="{{ if .Params.Flags.Unvoted }}active {{ end}}item"title="Show my outstanding votes">My outstanding votes</a>{{ end }}
</div>
{{ if $voter }}<aclass="ui primary button"href="/newmotion/">New motion</a>{{ end }}
{{ if .PrevPage -}}
<ahref="?page={{ .PrevPage }}{{ if .Params.Flags.Unvoted }}&unvoted=1{{ end }}"
class="ui left labeled icon button" title="newer motions"><iclass="left arrow icon"></i> newer</a>
{{- end }}
{{ if .NextPage -}}
<ahref="?page={{ .NextPage }}{{ if .Params.Flags.Unvoted }}&unvoted=1{{ end }}"
class="ui right labeled icon button" title="older motions"><iclass="right arrow icon"></i> older</a>