{{svg "octicon-kebab-horizontal"}}
    {{if eq .SignedUserID .ContextUser.ID}}
  • {{svg "octicon-pencil"}}{{ctx.Locale.Tr "profile.edit.link"}}
  • {{end}} {{if .IsAdmin}}
  • {{svg "octicon-gear"}}{{ctx.Locale.Tr "admin.users.details"}}
  • {{end}} {{if and .EnableFeed (or .IsAdmin (eq .SignedUserID .ContextUser.ID) (not .ContextUser.KeepActivityPrivate))}}
  • {{svg "octicon-rss"}}{{ctx.Locale.Tr "rss_feed"}}
  • {{svg "octicon-rss"}}{{ctx.Locale.Tr "feed.atom.link"}}
  • {{end}}
  • {{svg "octicon-key"}}{{ctx.Locale.Tr "keys.ssh.link"}}
  • {{svg "octicon-key"}}{{ctx.Locale.Tr "keys.gpg.link"}}
  • {{if and .IsSigned (ne .SignedUserID .ContextUser.ID)}}
  • {{if .IsBlocked}} {{else}} {{end}}
  • {{end}} {{if and .IsModerationEnabled .IsSigned (ne .SignedUserID .ContextUser.ID)}}
  • {{svg "octicon-stop"}}{{ctx.Locale.Tr "moderation.report_abuse"}}
  • {{end}}