{{define "title"}}{{.User.Username}}{{end}} {{define "content"}} {{template "profile-theme-style" .User}}
{{if or (not .CurrentUser) .IsExternalView}} {{else}} {{end}} {{if and .LoggedIn (eq .CurrentUser.ID .User.ID) (not .IsPrivate)}} {{end}}

{{.User.NameOrUsername}} {{if eq .User.Visibility "private"}}{{end}}

{{if ne .User.Status "active"}}

({{.User.Status}})

{{end}} {{if or (not .LoggedIn) .IsPrivate}}

is on {{PrettyTitle}}, a social network for nudists & exhibitionists.

{{PrettyTitle}} is a new social network for real nudists and exhibitionists. Join {{.User.Username}} and the others on this site by creating an account and sending them a friend request! Please see the home page for all the details.

{{end}}
{{if and .LoggedIn (not .IsPrivate)}}
Member since: {{SincePrettyCoarse .User.CreatedAt}} ago
Last logged in: {{SincePrettyCoarse .User.LastLoginAt}} ago
{{if .OnChat}}
Currently on chat!
{{end}} {{if .User.Certified}}
Certified! {{if .CurrentUser.IsAdmin}} {{end}}
{{else}}
Not certified! {{if .CurrentUser.IsAdmin}} {{end}}
{{end}} {{if .User.IsShy}}
Shy Account
{{else}}
{{PrettyTitleShort}} Non-shy!
{{end}} {{if and .CurrentUser.IsInnerCircle .User.IsInnerCircle}}
{{PrettyCircle}}
{{end}} {{if .User.IsAdmin}}
Admin
{{end}}
{{end}}
{{if and .LoggedIn (not .IsExternalView)}}
{{InputCSRF}} {{if eq .IsFriend "approved"}} {{end}}
{{if and (eq (.User.GetProfileField "dm_privacy") "friends") (not (eq .IsFriend "approved")) (not .CurrentUser.IsAdmin)}} {{else if and (eq (.User.GetProfileField "dm_privacy") "nobody") (not .CurrentUser.IsAdmin)}} {{else}} {{end}} {{if not .IsPrivate}} {{$Like := .LikeMap.Get .User.ID}}
{{end}}
{{InputCSRF}}
{{end}}
{{if or (not .LoggedIn) .IsPrivate}}
{{else if .IsPrivate}}
This member's profile page is private. You may send them a friend request, and only if approved, you may then view their profile page and photo gallery.
{{else}}
{{if not .CurrentUser.IsShy}} {{template "like-example" .}} {{end}}
{{or (ToMarkdown (.User.GetProfileField "about_me")) "n/a"}}
{{or (ToMarkdown (.User.GetProfileField "interests")) "n/a"}}
{{or (ToMarkdown (.User.GetProfileField "music_movies")) "n/a"}}

About {{.User.Username}}

Age: {{.User.GetDisplayAge}} {{if .CurrentUser.IsAdmin}} {{if not .User.Birthdate.IsZero}} ({{ComputeAge .User.Birthdate}}) {{else}} (n/a) {{end}} {{end}}
Gender: {{or (.User.GetProfileField "gender") "n/a"}} {{.User.GetProfileField "pronouns"}}
City: {{or (.User.GetProfileField "city") "n/a"}}
Job: {{or (.User.GetProfileField "job") "n/a"}}
Marital status: {{or (.User.GetProfileField "marital_status") "n/a"}} {{if .User.GetProfileField "relationship_type"}}({{.User.GetProfileField "relationship_type"}}){{end}}
Orientation: {{or (.User.GetProfileField "orientation") "n/a"}}
Here for: {{range Split (.User.GetProfileField "here_for") ","}}
{{.}}
{{end}}

Activity

Statistics
Photos shared: {{FormatNumberCommas .PhotoCount}}
Forum threads written: {{FormatNumberCommas .ForumThreadCount}}
Forum comments: {{FormatNumberCommas .ForumReplyCount}}
Social
Friends: {{FormatNumberCommas .FriendCount}}
Photo comments written: {{FormatNumberCommas .PhotoCommentCount}}
Photo comments received: {{FormatNumberCommas .CommentsReceivedCount}}
Likes given: {{FormatNumberCommas .LikesGivenCount}}
Likes received: {{FormatNumberCommas .LikesReceivedCount}}
{{if .CurrentUser.IsAdmin}} {{end}}
{{end}}
{{end}}