@if ((appNavNarMode$ | async) === 'collapsed') { }

{{'APP.EDIT_PROFILE.MY_PROFILE' | translate}}

{{'APP.EDIT_PROFILE.GENERAL' | translate}}

@if (generalSectionButtonsToggle) { } @else { }
@if (generalSectionDropdown) {

{{'APP.EDIT_PROFILE.FIRST_NAME' | translate}}

{{personDetails?.firstName}}

{{'APP.EDIT_PROFILE.LAST_NAME' | translate}}

{{personDetails?.lastName}}

@if (generalSectionButtonsToggle) {

{{personDetails?.jobTitle}}

} @else { }
@if (generalSectionButtonsToggle) {

{{personDetails?.location}}

} @else { }
@if (generalSectionButtonsToggle) {

{{personDetails?.telephone}}

} @else { } @if (profileForm.controls['telephone'].errors) { {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} }
@if (generalSectionButtonsToggle) {

{{personDetails?.mobile}}

} @else { } @if (profileForm.controls['mobile'].errors) { {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} }
}

{{'APP.EDIT_PROFILE.COMPANY_DETAILS' | translate}}

@if (contactSectionButtonsToggle) { } @else { }
@if (contactSectionDropdown) {
@if (contactSectionButtonsToggle) {

{{personDetails?.company?.organization}}

} @else { }
@if (contactSectionButtonsToggle) {

{{personDetails?.company?.address1}}

} @else { }
@if (contactSectionButtonsToggle) {

{{personDetails?.company?.postcode}}

} @else { }
@if (contactSectionButtonsToggle) {

{{personDetails?.company?.telephone}}

} @else { } @if (profileForm.controls['companyTelephone'].errors) { {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} }
@if (contactSectionButtonsToggle) {

{{personDetails?.company?.email}}

} @else { } @if (profileForm.controls['companyEmail'].errors) { {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} }
}
@for (section of sections; track $index) { }