{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
User
{{EmojiFilter (HTML .User.DisplayName) .User.Emojis | Raw}} @{{.User.Acct}} source
{{if not .IsCurrent}}
{{if .User.Pleroma.Relationship.FollowedBy}} follows you - {{end}} {{if .User.Pleroma.Relationship.BlockedBy}} blocks you - {{end}} {{if .User.Pleroma.Relationship.Following}}
{{else}}
{{end}} {{if .User.Pleroma.Relationship.Requested}} -
{{end}} - {{if .User.Pleroma.Relationship.Subscribing}}
{{else}}
{{end}}
{{if .User.Pleroma.Relationship.Blocking}}
{{else}}
{{end}} - {{if .User.Pleroma.Relationship.Muting}}
{{else}} mute {{end}} {{if .User.Pleroma.Relationship.Following}} - {{if .User.Pleroma.Relationship.ShowingReblogs}}
{{else}}
{{end}} {{end}}
{{end}}
statuses ({{.User.StatusesCount}}) - following ({{.User.FollowingCount}}) - followers ({{.User.FollowersCount}}) - media
{{if .IsCurrent}}
bookmarks - likes - mutes - blocks {{if .User.Locked}}- requests {{end}}
{{end}}
search statuses {{if .IsCurrent}} - filters {{end}}
{{EmojiFilter .User.Note .User.Emojis | Raw}}
{{if .User.Fields}}
{{range .User.Fields}}
{{EmojiFilter .Name $.Data.User.Emojis | Raw}} - {{EmojiFilter .Value $.Data.User.Emojis | Raw}}
{{end}}
{{end}}
{{if eq .Type ""}}
Statuses
{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}}
No data found
{{end}} {{else if eq .Type "following"}}
Following
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{else if eq .Type "followers"}}
Followers
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{else if eq .Type "media"}}
Statuses with media
{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}}
No data found
{{end}} {{else if eq .Type "bookmarks"}}
Bookmarks
{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}}
No data found
{{end}} {{else if eq .Type "likes"}}
Likes
{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}}
No data found
{{end}} {{else if eq .Type "mutes"}}
Mutes
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{else if eq .Type "blocks"}}
Blocks
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{else if eq .Type "requests"}}
Follow requests
{{template "requestlist.tmpl" (WithContext .Users $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}