|
|
{{ 'USER.PROFILE.FIRSTNAME' | translate }}
|
{{user[userType]?.firstName}} |
{{ 'USER.PROFILE.LASTNAME' | translate }}
|
{{user[userType]?.lastName}} |
{{ 'USER.PROFILE.DISPLAYNAME' | translate }}
|
{{user[userType]?.displayName}} |
{{ 'USER.MACHINE.NAME' | translate }}
|
{{user[userType]?.name}} |
{{ 'USER.MACHINE.DESCRIPTION' | translate }} |
{{user[userType]?.description}} |
{{ 'USER.PROFILE.USERNAME' | translate }}
|
{{user.userName}} |
{{ 'USER.EMAIL' | translate }}
|
{{user[userType]?.email}} |
{{ 'USER.DATA.STATE' | translate }} |
{{ 'USER.DATA.STATE'+user.state | translate }} |
|
|