{{ template "base.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ .ProfileUser.Name }}'s Avatar
{{ with or .ProfileUser.Bio .ProfileUser.Blurb }}
{{ . }}
{{ end }}
{{ if .ProfileUser.Email }}
Email
{{ end }} {{ range .ProfileUserLinks }}
{{ .Name }}
{{ end }}
Member since
{{ if .User }} {{ if .User.IsStaff }}
Admin actions
Unlock
{{ csrftoken .Session }}
User status:
Only sets status. Doesn't delete anything.
Education role:
Danger zone:
{{ csrftoken .Session }}
{{ end }} {{ end }}
{{ if or .OwnProfile .ProfileUserProjects }}

{{ if .OwnProfile }}My {{ end }}Projects

{{ range .ProfileUserProjects }}
{{ template "project_card.html" projectcarddata . "" }}
{{ end }} {{ if .OwnProfile }} {{ if .CanAddProject }} Add New Project {{ else }} You have reached the maximum number of personal projects. {{ end }} {{ end }}
{{ end }} {{ if or .OwnProfile (gt (len .TimelineItems) 0) }}

Recent Activity

{{ if .OwnProfile }} Add Snippet {{ end }}
{{ range .TimelineItems }} {{ template "timeline_item.html" . }} {{ end }}
{{ end }}
{{ if .User }} {{ template "snippet_edit.html" . }} {{ end }} {{ end }}