{{ define "content" }}

User Profile

Secure Profile Management

Profile Overview

{{ .User.FirstName }} {{ .User.LastName }}

{{ .User.Email }}

Active User ID: {{ .User.UserID }}

Account Information

User ID: {{ .User.UserID }}
Role: {{ if eq .User.RoleID 1 }}Admin {{ else if eq .User.RoleID 2 }}Team Leader {{ else }}Volunteer {{ end }}
Status: Active

Edit Profile Information

Contact system administrator to change email

Changes will be applied immediately after saving
{{ end }}