{{define "title"}}Muted Users{{end}} {{define "content"}}
{{$Root := .}}
This page lists members of {{PrettyTitle}} who you have "muted" so that their content will not appear to you in certain areas of the site. Currently, only Site Gallery mutes exist: so you can hide somebody's pictures from ever appearing to you on the Site Gallery. In the future, more kinds of mute lists may be available to manage from this page.
You have muted {{.Pager.Total}} user{{Pluralize64 .Pager.Total}} (page {{.Pager.Page}} of {{.Pager.Pages}}).
{{SimplePager .Pager}}
{{range .MutedUsers}}
{{InputCSRF}}
{{template "avatar-64x64" .}}

{{.NameOrUsername}}

{{.Username}}

{{end}}
{{end}}