My Profile

{{ myProfile.firstName }} {{ myProfile.lastName }}
{{ myProfile.username }}
Personal Information
First Name
{{ myProfile.firstName }}
Last Name
{{ myProfile.lastName }}
Email Address
{{ myProfile.email }}
Phone Number
{{ myProfile.phoneNumber }}
Job Title
{{ myProfile.jobTitle }}
Bio
{{ myProfile.bio }}
Address
Country
{{ myProfile.address.country }}
City
{{ myProfile.address.city }}
Street
{{ myProfile.address.street }}
Building
{{ myProfile.address.building }}
Apartment
{{ myProfile.address.apartment }}
Postal Code
{{ myProfile.address.postalCode }}
Preferences
Language
{{ myProfile.preferences.language.name }}
Date Format
{{ myProfile.preferences.dateFormat }}
Automatic time zone
{{ myProfile.preferences.automaticTimeZone.name }} @if (myProfile.preferences.automaticTimeZone.isEnabled) { (On) } @else { (Off) }