{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}

User

{{EmojiFilter (HTML .User.DisplayName) .User.Emojis | Raw}} @{{.User.Acct}} source
{{if (ne $.Ctx.UserID .User.ID)}}
{{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 (eq $.Ctx.UserID .User.ID)}}
bookmarks - likes - mutes - blocks {{if .User.Locked}}- requests ( {{- if .User.FollowRequestsCount}}{{.User.FollowRequestsCount}}{{else}}{{.User.Source.FollowRequestsCount}}{{end -}} ){{end}}
{{end}}
search statuses {{if (eq $.Ctx.UserID .User.ID)}} - filters {{end}}
{{- EmojiFilter .User.Note .User.Emojis | Raw -}}
{{if .User.Fields}}
{{range .User.Fields}}
{{- EmojiFilter (HTML .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 "userlistfollow.tmpl" (WithContext .Users $.Ctx)}} {{else if eq .Type "followers"}}

Followers

{{template "userlistfollow.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

{{if .Users}} {{range .Users}} {{end}}
{{template "userlistitem.tmpl" (WithContext . $.Ctx)}}
{{else}}

No data found

{{end}} {{else if eq .Type "blocks"}}

Blocks

{{if .Users}} {{range .Users}} {{end}}
{{template "userlistitem.tmpl" (WithContext . $.Ctx)}}
{{else}}

No data found

{{end}} {{else if eq .Type "requests"}}

Follow Requests

{{template "requestlist.tmpl" (WithContext .Users $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}