{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
Search
{{if eq .Type "statuses"}} {{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}} {{if .Q}}
No data found
{{end}} {{end}} {{end}} {{if eq .Type "accounts"}} {{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}