{{ block profile_menu(route="profile") }}
{{ UserProfile.Username }}

{{ UserProfile.Username}}

{{GetRole(UserProfile)}}

{{if User.ID > 0 }} {{if !CurrentUserIdentical(User, UserProfile.ID) }} {{if !IsFollower(UserProfile, User)}} {{ T("follow")}}
{{else}} {{ T("unfollow")}}
{{end}} {{end}} {{end}}

{{ T("torrents")}}

{{if User.ID > 0 }} {{ if CurrentUserIdentical(User, UserProfile.ID) }} {{ T("my_notifications")}}
{{end}} {{if CurrentOrAdmin(User, UserProfile.ID) }} {{ T("settings")}}
{{end}} {{end}}
{{end}}