{{define "title"}} {{if .IsSiteGallery}} Member Gallery {{else}} Photos of {{.User.Username}} {{if eq .User.Visibility "private"}}{{end}} {{end}} {{end}} {{define "card-body"}}
Uploaded {{.CreatedAt.Format "Jan _2 2006 15:04:05"}}
{{if .Pinned}} Pinned {{end}} {{if .Explicit}} Explicit {{end}} {{if eq .Visibility "public"}} Public {{else if eq .Visibility "friends"}} Friends {{else if eq .Visibility "circle"}} {{PrettyCircle}} {{else}} Private {{end}} {{if .Gallery}} Gallery {{end}}
{{end}} {{define "card-footer"}} Edit Delete {{end}} {{define "content"}} {{if not .IsSiteGallery}} {{end}}

{{template "title" .}}

{{if or .IsOwnPhotos .IsSiteGallery}} {{end}}
{{$Root := .}}
{{if not .IsSiteGallery}} {{end}} {{if and .IsSiteGallery .IsShyUser}}
You have a Shy Account so you will only see pictures of you and your friends here. Learn more
{{end}} {{if .IsShyFrom}}
You have a Shy Account and you are not friends with this person so can not see their gallery. Learn more
{{end}} {{if .ProfilePictureHiddenVisibility}}
Notice: @{{.User.Username}}'s default profile picture is set to {{if eq .ProfilePictureHiddenVisibility "friends"}} Friends only {{else if eq .ProfilePictureHiddenVisibility "circle"}} Private {{else}} Private {{end}} visibility and can not be seen by you. Learn more
{{end}} {{if .InnerCircleInviteView}}

{{PrettyCircle}} invitation

You are now viewing @{{.User.Username}}'s Public gallery photos to verify they should be invited to the {{PrettyCircle}}.

Please take a look and see if they have at least five (5) photos that clearly show their face as well as their full nude body together.

If they qualify to join the {{PrettyCircle}}, the button to invite them will be at the bottom of this page.

{{end}}
{{if .Pager.Total}} Found {{FormatNumberCommas .Pager.Total}} photo{{Pluralize64 .Pager.Total}} (page {{.Pager.Page}} of {{.Pager.Pages}}). {{if .ExplicitCount}} {{.ExplicitCount}} explicit photo{{Pluralize64 .ExplicitCount}} hidden per your settings. {{end}} {{else if .ExplicitCount}} {{.ExplicitCount}} explicit photo{{Pluralize64 .ExplicitCount}} hidden per your settings. {{end}}
{{if .AreFriends}}

{{if .AreNotificationsMuted}} Enable notifications about {{.User.Username}}'s new photos {{else}} Mute notifications about {{.User.Username}}'s new photos {{end}}

{{end}} {{if and (not .IsSiteGallery) (eq .CurrentUser.ProfilePhoto.ID 0) (eq .CurrentUser.ID .User.ID)}}

Your default profile picture is not set

Your default profile picture is currently not set to anything, and appears to other members as the default blue placeholder image.

  • To upload a new profile picture, click here.
  • To use one of your existing photos as your profile picture:
    1. Click on the "Edit" button beneath one of your photos below.
    2. On the edit page, below the picture, click on the button to "Set this as my profile photo (crop image)" and select the square shape you want for your profile pic.
    3. Click on "Save Changes" when done!

Having a profile picture set, along with an approved certification photo, is required to access the social features on {{PrettyTitle}} such as the chat room, forums and member directory.

{{end}} {{if eq .FilterWho "friends"}}
Showing you all recent photos from yourself & your friends. See all certified members' gallery photos?
{{else if eq .FilterWho "friends+private"}}
Showing you all recent photos from yourself & your friends as well as any private photos shared with you by others on the site (if they are marked to appear in the Site Gallery).
{{else if eq .FilterWho "likes"}}
Showing you photos that you have Liked.
{{end}}
{{if .IsSiteGallery}}
{{end}} {{if or .CurrentUser.Explicit .IsOwnPhotos}}
{{end}}
{{if and .IsSiteGallery (.CurrentUser.HasAdminScope "social.moderator.photo")}}
{{end}}
Reset
{{if .IsOwnPhotos}} {{else if not .IsSiteGallery}}
{{if not .IsMyPrivateUnlockedFor}} Grant {{.User.Username}} access to see my private photos {{else}} You had granted {{.User.Username}} access to see your private photos. Manage that here. {{end}}
{{end}} {{if .AreWeGrantedPrivate}}
{{.User.Username}} has granted you access to see their private photos.
{{end}} {{if and (not .IsSiteGallery) (not .InnerCircleOptOut)}} {{if and (.CurrentUser.IsInnerCircle) (not .User.InnerCircle) (ne .CurrentUser.Username .User.Username) (ge .PublicPhotoCount .InnerCircleMinimumPublicPhotos)}}
Does {{.User.Username}} show a lot of nudity? Consider inviting them to join the {{PrettyCircle}}.
{{else if (and .CurrentUser.IsInnerCircle .User.IsInnerCircle)}}
{{.User.Username}} is a part of the {{PrettyCircle}}. Do they still qualify to be in the circle? Request removal if they do not.
{{end}} {{end}} {{SimplePager .Pager}} {{if eq .ViewStyle "full"}} {{range .Photos}}
{{if $Root.IsSiteGallery}}
{{if $Root.UserMap.Has .UserID}} {{$Owner := $Root.UserMap.Get .UserID}}
{{template "avatar-24x24" $Owner}}
{{if eq .Visibility "friends"}} {{else if eq .Visibility "private"}} {{else if eq .Visibility "circle"}} {{else}} {{end}}
{{else}} [deleted] {{end}}
{{else}}

{{or .Caption "Photo"}}

{{end}}
{{if HasSuffix .Filename ".mp4"}} {{else}} {{end}}
{{if .Caption}} {{.Caption}} {{else}}No caption{{end}} {{template "card-body" .}} {{if and (not .Explicit) (ne .UserID $Root.CurrentUser.ID)}} {{end}} {{if not $Root.AdminView}}
{{$Like := $Root.LikeMap.Get .ID}}
{{$Comments := $Root.CommentMap.Get .ID}} {{$Comments}} Comment{{Pluralize64 $Comments}}
{{end}}
{{if or $Root.IsOwnPhotos ($Root.CurrentUser.HasAdminScope "social.moderator.photo")}} {{template "card-footer" .}} {{end}} {{if not $Root.IsOwnPhotos}} Report {{end}}
{{end}} {{else}}
{{range .Photos}}
{{if $Root.IsSiteGallery}}
{{if $Root.UserMap.Has .UserID}} {{$Owner := $Root.UserMap.Get .UserID}}
{{template "avatar-24x24" $Owner}}
{{if eq .Visibility "friends"}} {{else if eq .Visibility "private"}} {{else if eq .Visibility "circle"}} {{else}} {{end}}
{{else}} [deleted] {{end}}
{{end}}
{{if HasSuffix .Filename ".mp4"}} {{else}} {{end}}
{{if .Caption}} {{.Caption}} {{else}}No caption{{end}} {{template "card-body" .}} {{if and (not .Explicit) (ne .UserID $Root.CurrentUser.ID)}} {{end}} {{if not $Root.AdminView}}
{{$Like := $Root.LikeMap.Get .ID}}
{{$Comments := $Root.CommentMap.Get .ID}} {{$Comments}} Comment{{Pluralize64 $Comments}}
{{end}}
{{if or $Root.IsOwnPhotos ($Root.CurrentUser.HasAdminScope "social.moderator.photo")}} {{template "card-footer" .}} {{end}} {{if not $Root.IsOwnPhotos}} Report {{end}}
{{end}}
{{end}} {{SimplePager .Pager}} {{if .CurrentUser.HasAdminScope "admin.changelog"}} {{end}} {{if .InnerCircleInviteView}}

{{PrettyCircle}} invitation

If @{{.User.Username}} shows at least 5 nude photos with face on their public gallery, click on the button below to add them to the {{PrettyCircle}}.

{{InputCSRF}}
{{end}}
{{template "mark-explicit-modal" .}} {{end}}