{{define "title"}}People{{end}} {{define "content"}}
{{$Root := .}}
Found {{.Pager.Total}} user{{Pluralize64 .Pager.Total}} (page {{.Pager.Page}} of {{.Pager.Pages}}).
Sort by:
Reset
{{range .Users}}
{{template "avatar-64x64" .}}

{{if ne .Status "active"}} {{.NameOrUsername}} {{else}} {{.NameOrUsername}} {{end}} {{if eq .Visibility "private"}} {{end}}

{{.Username}} {{if not .Certified}} Not Certified! {{end}} {{if ne .Status "active"}}({{.Status}}){{end}} {{if .IsAdmin}} Admin {{end}}

{{if .GetProfileField "city"}}

{{.GetProfileField "city"}}

{{end}}

{{if not .Birthdate.IsZero }} {{ComputeAge .Birthdate}}yo {{end}} {{if .GetProfileField "gender"}} {{.GetProfileField "gender"}} {{end}} {{if .GetProfileField "pronouns"}} {{.GetProfileField "pronouns"}} {{end}} {{if .GetProfileField "orientation"}} {{.GetProfileField "orientation"}} {{end}} {{if eq $Root.Sort "last_login_at desc"}}

Last logged in: {{SincePrettyCoarse .LastLoginAt}} ago
{{end}} {{if eq $Root.Sort "created_at desc"}}
Member since: {{SincePrettyCoarse .CreatedAt}} ago
{{end}}

{{end}}
{{end}}