@model PowderCoating.Application.DTOs.User.UserProfileDto @{ ViewData["Title"] = "My Profile"; ViewData["PageIcon"] = "bi-person-circle"; ViewData["PageHelpTitle"] = "My Profile"; ViewData["PageHelpContent"] = "Profile: edit your name and phone number. Security: change your login email or password. Photo: upload a profile picture used as your avatar throughout the app. Appearance: choose a theme, sidebar color, date format, and timezone. Changes on each tab save independently."; }
@Model.Email
@if (!string.IsNullOrEmpty(Model.Position)) { @Model.Position } @if (!string.IsNullOrEmpty(Model.CompanyRole)) { @Model.CompanyRole }