angular.module("profileModule").run(["$templateCache", function(t) {t.put("/Areas/Profile/Scripts/Components/CommunicationsPage/communications-page.html", "\u003cdiv data-grid=\"col-8 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ch1 mee-heading=\"amcheading1\"\u003e{{$ctrl.content.communicationHeader.title}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-content\"\u003e \u003cmee-progress-view watch-operation=\"load-topics\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cmee-progress-ants-mwf\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e\u003c/failed-view\u003e \u003cfinished-view\u003e \u003cpage-header-section model=\"$ctrl.headerModel\" content=\"$ctrl.content.communicationHeader\" data-grid=\"col-12\"\u003e\u003c/page-header-section\u003e \u003cpermissions-section topics=\"$ctrl.model.topics\" edit-topic-list=\"$ctrl.userEditingListBI()\" unsub-all=\"$ctrl.unsubAll\" data-grid=\"col-12\"\u003e\u003c/permissions-section\u003e ﻿\u003cdiv data-grid=\"col-12\"\u003e \u003chr mee-divider=\"top3x\"\u003e \u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003cpage-footer-section model=\"$ctrl.footerModel\" content=\"$ctrl.content.communicationFooter\" has-changes=\"$ctrl.hasChanges()\" save=\"$ctrl.save()\" cancel=\"$ctrl.cancel()\" unsub-all=\"$ctrl.unsubAllCheckboxChecked()\" data-grid=\"col-12\" /\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/CommunicationsPage/PageFooterSection/page-footer-section.html", "\u003cmee-checkbox id=\"{{$ctrl.unsubAllCheckbox.id}}\" ng-if=\"$ctrl.model.showUnsubscribeAll\" ng-model=\"$ctrl.unsubAllCheckbox.isSelected\" mee-aria-label=\"{{ $ctrl.content.unsubscribeAllTitle }}\" ng-change=\"$ctrl.unsubAll()\"\u003e \u003cspan class=\"cb-title\"\u003e{{$ctrl.content.unsubscribeAllTitle}}\u003c/span\u003e \u003cspan mee-metatext\u003e{{$ctrl.content.unsubscribeAllDescription}}\u003c/span\u003e \u003c/mee-checkbox\u003e \u003cmee-progress-ants-mwf ng-if=\"$ctrl.model.isSendingRequest\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton mee-button=\"primary\" class=\"button-save\" ng-disabled=\"$ctrl.isSaveButtonDisabled()\" ng-click=\"$ctrl.save()\" data-bi-id=\"{{$ctrl.getSaveButtonDataBIId()}}\"\u003e {{$ctrl.content.saveButtonText}} \u003c/button\u003e \u003cbutton mee-button ng-disabled=\"$ctrl.model.isSendingRequest\" ng-click=\"$ctrl.cancel()\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelButtonText}} \u003c/button\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/CommunicationsPage/PageHeaderSection/page-header-section.html", "\u003cp mee-paragraph=\"para3\" ng-if=\"$ctrl.model.isEmail\"\u003e\u003cstrong\u003e{{$ctrl.content.subtitleEmailFormat | stringFormat: $ctrl.model.contactValue}}\u003c/strong\u003e\u003c/p\u003e \u003cp mee-paragraph=\"para3\" ng-if=\"$ctrl.model.isPhone\"\u003e\u003cstrong\u003e{{$ctrl.content.subtitlePhoneFormat | stringFormat: $ctrl.model.contactValue}}\u003c/strong\u003e\u003c/p\u003e \u003cp mee-paragraph=\"para3\" ng-if=\"$ctrl.model.hasAnyTopics\"\u003e{{$ctrl.content.instructions}}\u003c/p\u003e \u003cp mee-paragraph=\"para3\" ng-if=\"!$ctrl.model.hasAnyTopics\"\u003e{{$ctrl.content.noSubscriptions}}\u003c/p\u003e ");t.put("/Areas/Profile/Scripts/Components/CommunicationsPage/PermissionsSection/permissions-section.html", "\u003cul mee-list=\"bare\"\u003e \u003cli ng-repeat=\"topic in $ctrl.topics\"\u003e \u003cmee-checkbox id=\"{{topic.id}}\" ng-model=\"topic.isAllowed\" mee-aria-label=\"{{ topic.name }}\" ng-change=\"$ctrl.editTopicList()\" ng-disabled=\"$ctrl.unsubAll\"\u003e \u003cspan class=\"cb-title\"\u003e{{topic.name}}\u003c/span\u003e \u003cspan mee-metatext\u003e{{topic.description}}\u003c/span\u003e \u003c/mee-checkbox\u003e \u003c/li\u003e \u003c/ul\u003e");t.put("/Areas/Profile/Scripts/Components/ContactInfo/contact-info.html", "\u003cdiv data-grid=\"col-12\"\u003e \u003ccontact-info-set class=\"contact-info-set-email\" content=\"$ctrl.content.emailSet\"\u003e \u003csubtitle\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para4\" ng-repeat=\"subtitleText in $ctrl.emailSetSubtitle\" text=\"subtitleText\" /\u003e \u003c/subtitle\u003e \u003centries\u003e \u003cemail-entry ng-repeat=\"email in $ctrl.emails\" email=\"email\" on-communication-permissions-page-clicked=\"$ctrl.goToCommunicationPermissionsPage($event)\" on-delete-clicked=\"$ctrl.deleteEmailClicked($event)\"\u003e\u003c/email-entry\u003e \u003c/entries\u003e \u003c/contact-info-set\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ccontact-info-set class=\"contact-info-set-phone\" content=\"$ctrl.content.phoneSet\"\u003e \u003csubtitle\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para4\" ng-repeat=\"subtitleText in $ctrl.phoneSetSubtitle\" text=\"subtitleText\" /\u003e \u003c/subtitle\u003e \u003centries\u003e \u003cphone-entry ng-repeat=\"phone in $ctrl.msaPhones\" phone=\"phone\" on-delete-clicked=\"$ctrl.deletePhoneClicked($event)\"\u003e\u003c/phone-entry\u003e \u003cdiv\u003e \u003cmmx-phone-entry ng-repeat=\"phone in $ctrl.mmxPhones\" phone=\"phone\" on-delete-clicked=\"$ctrl.deleteMMXPhoneClicked($event)\"\u003e\u003c/mmx-phone-entry\u003e \u003cdiv ng-if=\"!$ctrl.hasMMXPhone\"\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003ca mee-hyperlink target=\"{{$ctrl.content.mmxPhoneEntry.learnToConnectLink.target}}\" ng-href=\"{{$ctrl.content.mmxPhoneEntry.learnToConnectLink.url | flowTracking:$ctrl.biId}}\" ng-attr-data-bi-id=\"{{$ctrl.getLearnToConnectLinkBIId()}}\"\u003e {{$ctrl.content.mmxPhoneEntry.learnToConnectLink.text}} \u003c/a\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e \u003c/entries\u003e \u003c/contact-info-set\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cdiv class=\"contact-info-set-address\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ch2 class=\"contact-info-set-title\" mee-heading=\"heading5\"\u003e{{$ctrl.content.addressSet.title}}\u003c/h2\u003e \u003chr mee-divider\u003e \u003c/div\u003e \u003cdiv class=\"contact-info-set-body\" data-grid=\"col-12\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para4\" ng-repeat=\"message in $ctrl.content.addressRedirectMessages\" text=\"message\" /\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/ContactInfoSet/contact-info-set.html", "\u003cdiv data-grid=\"col-12\"\u003e \u003ch2 class=\"contact-info-set-title\" mee-heading=\"heading5\"\u003e{{$ctrl.content.title}}\u003c/h2\u003e \u003chr mee-divider\u003e \u003c/div\u003e \u003cdiv class=\"contact-info-set-body\" data-grid=\"col-12\"\u003e \u003cmee-progress-view watch-operation=\"load-contact-info\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdiv data-grid=\"col-5\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para4\" ng-repeat=\"subtitleText in $ctrl.content.subtitleTexts\" text=\"subtitleText\" /\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-progress-ants-mwf\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e \u003cdiv data-grid=\"col-5\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para4\" ng-repeat=\"loadErrorMessage in $ctrl.content.loadErrorMessages\" text=\"loadErrorMessage\" /\u003e \u003c/div\u003e \u003c/failed-view\u003e \u003cfinished-view\u003e \u003cdiv data-grid=\"col-5\" ng-transclude=\"subtitle\"\u003e\u003c/div\u003e \u003cdiv class=\"contact-info-set-content\" data-grid=\"col-12\" ng-transclude=\"entries\"\u003e\u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/EmailEntry/email-entry.html", "\u003cdiv data-grid=\"col-6\"\u003e \u003ch3 class=\"email-text\" mee-paragraph=\"para3\"\u003e \u003cstrong\u003e{{$ctrl.model.email}}\u003c/strong\u003e \u003c/h3\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003cp  class=\"msa-description\" mee-paragraph=\"para3\"  ng-if=\"$ctrl.model.isMsaAlias\"\u003e{{$ctrl.content.msaDescription}}\u003c/p\u003e \u003cp  class=\"communication-description\" mee-paragraph=\"para3\"  ng-if=\"!$ctrl.model.isMsaAlias\"\u003e{{$ctrl.content.communicationDescription}}\u003c/p\u003e \u003cul mee-list=\"bare\"\u003e \u003cli\u003e \u003ca class=\"link-manage-communication-permissions\" href=\"#\"  mee-hyperlink aria-label=\"{{$ctrl.manageCommunicationPermissionsAria}}\" ng-click=\"$ctrl.goToCommunicationPermissionsPage($event)\" data-bi-id=\"{{$ctrl.getManageCommunicationPermissionsDataBIId()}}\"\u003e {{$ctrl.content.manageCommunicationPermissions}} \u003c/a\u003e \u003c/li\u003e \u003cli ng-if=\"$ctrl.model.isMsaAlias\"\u003e \u003ca  class=\"link-manage-msa\" mee-hyperlink aria-label=\"{{$ctrl.manageMsaLinkTextAria}}\" href=\"{{$ctrl.content.manageMsaLink.url}}\" data-bi-id=\"{{$ctrl.getManageMsaDataBIId()}}\"\u003e {{$ctrl.content.manageMsaLink.text}} \u003c/a\u003e \u003c/li\u003e \u003cli ng-if=\"!$ctrl.model.isMsaAlias\"\u003e \u003ca  class=\"link-remove-email\" href=\"#\"  mee-hyperlink  aria-label=\"{{$ctrl.removeEmailAria}}\" ng-click=\"$ctrl.removeEmail($event)\" data-bi-id=\"{{$ctrl.getRemoveEmailDataBIId()}}\"\u003e {{$ctrl.content.removeEmail}} \u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/MMXPhoneEntry/mmx-phone-entry.html", "\u003cdiv data-grid=\"col-6\"\u003e \u003ch3 class=\"phone-text\" mee-paragraph=\"para3\"\u003e \u003c!--Specifying the direction for phone numbers to be from left to right--\u003e \u003c!--https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/bidirectional-support--\u003e \u003cstrong dir=\"ltr\"\u003e{{$ctrl.model.number}}\u003c/strong\u003e \u003c/h3\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003cp class=\"description\" mee-paragraph=\"para3\"\u003e{{$ctrl.content.description}}\u003c/p\u003e \u003cul mee-list=\"bare\"\u003e \u003cli\u003e \u003ca mee-no-href mee-hyperlink class=\"link-remove-phone\" aria-label=\"{{$ctrl.removePhoneAria}}\" ng-attr-data-bi-id=\"{{$ctrl.getRemoveLinkBIId()}}\" ng-click=\"$ctrl.removePhone()\"\u003e {{$ctrl.content.removePhone}} \u003c/a\u003e \u003c/li\u003e \u003cli\u003e \u003ca mee-hyperlink target=\"{{$ctrl.content.learnToUnlinkLink.target}}\" ng-href=\"{{$ctrl.content.learnToUnlinkLink.url | flowTracking:$ctrl.biId}}\" ng-attr-data-bi-id=\"{{$ctrl.getLearnToUnlinkLinkBIId()}}\"\u003e {{$ctrl.content.learnToUnlinkLink.text}} \u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/MMXPhoneRemoveDialog/mmx-phone-remove-dialog.html", "\u003cdiv class=\"notification-dialog remove-mmx-phone-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 mee-heading=\"subheading3\"\u003e {{$ctrl.content.dialogTitle}} \u003c/h2\u003e {{$ctrl.content.communicationText}} \u003c/div\u003e \u003cmee-checkbox id=\"confirm-removal-checkbox\" ng-model=\"$ctrl.isConfirmRemovalCheckboxChecked\"\u003e {{$ctrl.content.removePhoneCheckBox}} \u003c/mee-checkbox\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton class=\"remove-dialog-button-confirm\" mee-button=\"primary\" ng-disabled=\"!$ctrl.isConfirmRemovalCheckboxChecked\" mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.confirm($event)\" data-bi-id=\"{{$ctrl.getConfirmButtonDataBIId()}}\"\u003e {{$ctrl.content.ok}} \u003c/button\u003e \u003cbutton class=\"remove-dialog-button-cancel\" mee-button mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.cancel($event)\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelText}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/PhoneEntry/phone-entry.html", "\u003cdiv data-grid=\"col-12\" class=\"phone-entry\"\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003ch3 class=\"phone-text\" mee-paragraph=\"para3\"\u003e \u003c!--Specifying the direction for phone numbers to be from left to right--\u003e \u003c!--https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/bidirectional-support--\u003e \u003cstrong dir=\"ltr\"\u003e{{$ctrl.model.number}}\u003c/strong\u003e \u003c/h3\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-6\"\u003e \u003cp class=\"description\" mee-paragraph=\"para3\" ng-if=\"$ctrl.model.isMsaAlias\"\u003e{{$ctrl.content.msaDescription}}\u003c/p\u003e \u003cul mee-list=\"bare\"\u003e \u003cli ng-if=\"$ctrl.model.isMsaAlias\"\u003e \u003ca mee-hyperlink aria-label=\"{{$ctrl.manageMsaPhoneLinkAria}}\" cms-link=\"$ctrl.content.manageMsaPhoneLink\" data-bi-id=\"{{$ctrl.getManageMsaPhoneDataBIId()}}\"\u003e \u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ContactInfo/RemoveDialog/remove-dialog.html", "\u003cdiv class=\"remove-dialog\" role=\"alertdialog\" aria-describedby=\"remove-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"remove-dialog-messages\" data-grid=\"col-12\"\u003e \u003ch2 class=\"remove-dialog-title\" mee-heading=\"subheading1\"\u003e{{$ctrl.content.title}}\u003c/h2\u003e \u003cp class=\"remove-dialog-display-value\" mee-paragraph=\"para3\"\u003e \u003cstrong\u003e{{$ctrl.displayValue}}\u003c/strong\u003e \u003c/p\u003e \u003cp class=\"remove-dialog-subtitle\" mee-paragraph=\"para3\"\u003e{{$ctrl.content.subtitle}}\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton  class=\"remove-dialog-button-confirm\" mee-button=\"primary\" mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.confirm($event)\" data-bi-id=\"{{$ctrl.getConfirmButtonDataBIId()}}\"\u003e {{$ctrl.content.removeText}} \u003c/button\u003e \u003cbutton  class=\"remove-dialog-button-cancel\" mee-button mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.cancel($event)\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelText}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/DoubleOptInConfirmation/double-opt-in-confirmation.html", "\u003cmee-progress-view watch-operation=\"double-optin-confirmation\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-progress-ants-mwf\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e\u003c/failed-view\u003e \u003cfinished-view\u003e \u003cdiv class=\"unsubscribe-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-8\"\u003e \u003ch1 mee-heading=\"amcheading1\"\u003e{{$ctrl.content.title}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cmee-rich-paragraph id=\"mee-rich-paragraph-description\" mee-paragraph-style=\"para3\" text=\"$ctrl.content.confirmParagraph\"\u003e\u003c/mee-rich-paragraph\u003e \u003cp mee-paragraph=\"para3\" class=\"unsubscribe-link-section\"\u003e \u003ca mee-hyperlink mee-no-href ng-click=\"$ctrl.goToUnsubscribePageLinkClicked()\" data-bi-id=\"{{$ctrl.getUnsubscribePageDataBIId()}}\"\u003e {{$ctrl.content.unsubscribeLink.text}} \u003c/a\u003e \u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e ");t.put("/Areas/Profile/Scripts/Components/EditName/edit-name.html", "\u003cdiv data-grid=\"col-12\" class=\"profile-content\"\u003e \u003cmee-progress-view watch-operation=\"load-personal-info\" data-grid=\"col-12\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdefault-inprogress-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e \u003cdefault-failed-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/failed-view\u003e \u003cfinished-view\u003e \u003cform aria-label=\"{{$ctrl.areaConfig.strings.landing_changeNameButton}}\"\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"$ctrl.model\" data-error-id={{$ctrl.editNameError}}\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"!$ctrl.hasLegacyName\"\u003e \u003cstandard-edit-name component-id=\"$ctrl.standardEditNameTagId\" ng-disabled=\"$ctrl.saveInProgress\" profile-info=\"$ctrl.model\" on-changed=\"$ctrl.nameChanged($event)\"\u003e \u003c/standard-edit-name\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"$ctrl.hasLegacyName\"\u003e \u003cname-conflict-resolution component-id=\"$ctrl.nameConflictResolutionTagId\" ng-disabled=\"$ctrl.saveInProgress\" profile-info=\"$ctrl.model\" on-changed=\"$ctrl.nameChanged($event)\"\u003e \u003c/name-conflict-resolution\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12 pad-6x\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cdiv class=\"edit-name-error\"\u003e \u003cmee-inline-error error-id={{$ctrl.editNameError}}\u003e\u003c/mee-inline-error\u003e \u003c/div\u003e \u003cdiv ng-if=\"$ctrl.hasError() \u0026\u0026 $ctrl.isNameIssue\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.links.profanityContactSupport\" ng-click=\"$ctrl.contactSupport($event)\" data-bi-id=\"{{$ctrl.getProfanityContactSupportDataBIId()}}\"\u003e\u003c/a\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"$ctrl.captchaEnabled\"\u003e \u003ccaptcha component-id=\"$ctrl.captchaId\"\u003e\u003c/captcha\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cbutton mee-button=\"primary\" id=\"edit-name-save\" ng-click=\"$ctrl.saveName()\" ng-disabled=\"$ctrl.saveInProgress || !$ctrl.hasChanges\" data-bi-id=\"{{$ctrl.getSaveButtonDataBIId()}}\"\u003e {{$ctrl.strings.saveButton}} \u003c/button\u003e \u003c!-- Bug #16018714 This is a known bug in narrator that it will read throught entire paragraph, adding div to block such reading --\u003e \u003cdiv class=\"paragraph-splitter\"\u003e\u003c/div\u003e \u003cbutton mee-button ng-if=\"!$ctrl.hasLegacyName\" id=\"edit-name-cancel\" ng-click=\"$ctrl.cancel()\" ng-disabled=\"$ctrl.saveInProgress\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.strings.cancelButton}} \u003c/button\u003e \u003c/div\u003e \u003c/form\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/EditName/NameConflictResolution/name-conflict-resolution.html", "\u003cdiv data-grid=\"col-12 pad-6x stack-3\"\u003e \u003cdiv data-grid=\"col-8\"\u003e \u003cp mee-paragraph=\"para3Lean\"\u003e{{$ctrl.content.nameConflictInstruction}}\u003c/p\u003e \u003c/div\u003e \u003cmee-radio-group class=\"name-conflict-resolution-selector\" ng-model=\"$ctrl.selection\" ng-change=\"$ctrl.onControlChange()\" data-grid=\"col-12\" mee-auto-focus\u003e \u003cmee-radio value=\"{{$ctrl.legacyNameSelection}}\" class=\"legacy-name-option\"\u003e{{$ctrl.model.fullNameLegacy}}\u003c/mee-radio\u003e \u003cmee-radio ng-if=\"$ctrl.model.fullName\" value=\"{{$ctrl.currentNameSelection}}\" class=\"current-name-option\"\u003e{{$ctrl.model.fullName}}\u003c/mee-radio\u003e \u003cmee-radio value=\"{{$ctrl.newNameSelection}}\" class=\"new-name-option\"\u003e \u003cp mee-paragraph=\"para3Lean\"\u003e{{$ctrl.content.enterNewName}}\u003c/p\u003e \u003cdiv data-mee-dom-sorter data-sort-trigger=\"once\" data-grid=\"col-12 pad-6x stack-3\"\u003e \u003cdiv class=\"name-input-box\"                      data-grid=\"col-6\" ng-show=\"$ctrl.market.isDisplayNameFieldVisible(\u0027first\u0027)\" data-sort-expr=\"$ctrl.market.displayNameFieldOrder(\u0027first\u0027)\"\u003e \u003clabel mee-label for=\"edit-name-first\"\u003e{{$ctrl.strings.editName_firstNameLabel}}\u003c/label\u003e \u003cinput ng-disabled=\"!$ctrl.canUserEnterNewName\" mee-text-input=\"flex\" id=\"edit-name-first\" placeholder=\"{{$ctrl.strings.editName_firstNameLabel}}\" maxlength=\"64\" ng-change=\"$ctrl.onControlChange()\" ng-model=\"$ctrl.newFirstName\" /\u003e \u003c/div\u003e \u003cdiv class=\"name-input-box\" data-grid=\"col-6\" ng-show=\"$ctrl.market.isDisplayNameFieldVisible(\u0027last\u0027)\" data-sort-expr=\"$ctrl.market.displayNameFieldOrder(\u0027last\u0027)\"\u003e \u003clabel mee-label for=\"edit-name-last\"\u003e{{$ctrl.strings.editName_lastNameLabel}}\u003c/label\u003e \u003cinput ng-disabled=\"!$ctrl.canUserEnterNewName\" mee-text-input=\"flex\" id=\"edit-name-last\" placeholder=\"{{$ctrl.strings.editName_lastNameLabel}}\" maxlength=\"64\" ng-change=\"$ctrl.onControlChange()\" ng-model=\"$ctrl.newLastName\" /\u003e \u003c/div\u003e \u003c/div\u003e \u003c/mee-radio\u003e \u003c/mee-radio-group\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/EditName/StandardEditName/standard-edit-name.html", "\u003cdiv class=\"name-editor\"\u003e \u003cdiv data-mee-dom-sorter data-sort-trigger=\"once\" data-grid=\"col-12 pad-6x stack-3\"\u003e \u003cdiv data-grid=\"col-6\" ng-show=\"$ctrl.market.isDisplayNameFieldVisible(\u0027first\u0027)\" data-sort-expr=\"$ctrl.market.displayNameFieldOrder(\u0027first\u0027)\"\u003e \u003clabel mee-label for=\"edit-name-first\"\u003e{{$ctrl.strings.editName_firstNameLabel}}\u003c/label\u003e \u003cinput mee-text-input=\"flex\" id=\"edit-name-first\" placeholder=\"{{$ctrl.strings.editName_firstNameLabel}}\" maxlength=\"64\" ng-model=\"$ctrl.firstName\" ng-change=\"$ctrl.nameChanged($ctrl.firstName)\" mee-auto-focus /\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-6\" ng-show=\"$ctrl.market.isDisplayNameFieldVisible(\u0027last\u0027)\" data-sort-expr=\"$ctrl.market.displayNameFieldOrder(\u0027last\u0027)\"\u003e \u003clabel mee-label for=\"edit-name-last\"\u003e{{$ctrl.strings.editName_lastNameLabel}}\u003c/label\u003e \u003cinput mee-text-input=\"flex\" id=\"edit-name-last\" placeholder=\"{{$ctrl.strings.editName_lastNameLabel}}\" maxlength=\"64\" ng-model=\"$ctrl.lastName\" ng-change=\"$ctrl.nameChanged($ctrl.lastName)\" /\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/EditPicture/edit-picture.html", "\u003cmee-progress-view watch-operation=\"load-personal-info\" data-grid=\"col-12\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdefault-inprogress-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e \u003cdefault-failed-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/failed-view\u003e \u003cfinished-view\u003e \u003cdiv class=\"picture-editor\"\u003e \u003c!-- This to indicate to visually impared users that there is a profile picture --\u003e \u003c!-- We will discuss further into how to make this page accessible  --\u003e \u003cdiv role=\"img\" ng-if=\"$ctrl.model.profilePictureUrl\" class=\"x-screen-reader\" aria-label=\"{{$ctrl.strings.profilePicture}}\"\u003e \u003c/div\u003e \u003cpicture-editor     aria-hidden=\"true\" data-model=\"$ctrl.model\" data-operation-is-in-progress=\"$ctrl.operationIsInProgress()\" data-editor-mode=\"$ctrl.editorMode\" data-picture-is-downloading=\"$ctrl.pictureIsDownloading\" data-picture-is-uploading=\"$ctrl.pictureIsUploading\" data-user-uploaded-new-picture=\"$ctrl.userUploadedNewPicture\" data-bi=\"$ctrl.bi\" data-bi-sync=\"$ctrl.biSync\" data-is-dirty=\"$ctrl.isDirty\" data-strings=\"$ctrl.strings\" tabindex=\"-1\"\u003e \u003c/picture-editor\u003e \u003cdiv class=\"operation-progress\" ng-if=\"$ctrl.operationIsInProgress()\" aria-live=\"polite\"\u003e \u003cdiv ng-if=\"$ctrl.pictureIsDownloading\"\u003e{{$ctrl.strings.editPic_loadingHint}}\u003c/div\u003e \u003cdiv ng-if=\"$ctrl.pictureIsUploading\"\u003e{{$ctrl.strings.editPic_uploadingHint}}\u003c/div\u003e \u003cmee-progress-ants-mwf aria-hidden=\"true\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003cmee-picture-picker aria-hidden=\"true\" tabindex=\"-1\" id=\"picture-picker-owner\" class=\"ie10lte\" data-model=\"$ctrl.model\" data-operation-is-in-progress=\"$ctrl.operationIsInProgress()\" data-picture-is-uploading=\"$ctrl.pictureIsUploading\" data-user-uploaded-new-picture=\"$ctrl.userUploadedNewPicture\" data-editor-mode=\"$ctrl.editorMode\" data-set-picture-picker-click-handler=\"$ctrl.setPicturePickerClickHandler(selectPicture)\" data-bi=\"$ctrl.bi\" data-bi-sync=\"$ctrl.biSync\" data-is-dirty=\"$ctrl.isDirty\" data-error-code=\"$ctrl.errorCode\" data-set-error=\"$ctrl.setError(errorMessage)\" data-reset-error=\"$ctrl.resetError()\"\u003e \u003c/mee-picture-picker\u003e \u003cdiv ng-if=\"$ctrl.editorMode === \u0027editor\u0027\" id=\"picture-editor-mode-controls\"\u003e \u003cdiv class=\"hint\" ng-if=\"$ctrl.model.profilePictureUrl\" aria-hidden=\"true\"\u003e {{$ctrl.strings.editPic_genericHint}} \u003c/div\u003e \u003cmee-inline-error error-id={{$ctrl.editPictureError}}\u003e\u003c/mee-inline-error\u003e \u003cdiv data-grid=\"col-12\" class=\"edit-picture-buttons\"\u003e \u003cbutton mee-button=\"primary\" id=\"edit-picture-upload\" class=\"ie10lte-hide\" ng-if=\"!$ctrl.isDirty\" ng-disabled=\"$ctrl.operationIsInProgress()\" ng-click=\"$ctrl.selectPicture()\" mee-auto-focus data-bi-id=\"{{$ctrl.getUploadButtonDataBIId()}}\"\u003e \u003cspan ng-if=\"!$ctrl.model.profilePictureUrl\"\u003e {{$ctrl.strings.addPictureButton}} \u003c/span\u003e \u003cspan ng-if=\"$ctrl.model.profilePictureUrl\"\u003e {{$ctrl.strings.editPic_selectPictureButton}} \u003c/span\u003e \u003c/button\u003e \u003c!-- Bug #16018714 This is a known bug in narrator that it will read throught entire paragraph, adding div to block such reading --\u003e \u003cdiv class=\"paragraph-splitter\"\u003e\u003c/div\u003e \u003cbutton mee-button=\"primary\" id=\"edit-picture-save\" ng-if=\"$ctrl.isDirty\" aria-hidden=\"{{$ctrl.operationIsInProgress()}}\" ng-disabled=\"$ctrl.operationIsInProgress()\" ng-click=\"$ctrl.savePicture()\" data-bi-id=\"{{$ctrl.getSaveButtonDataBIId()}}\"\u003e {{$ctrl.strings.saveButton}} \u003c/button\u003e \u003c!-- Bug #16018714 This is a known bug in narrator that it will read throught entire paragraph, adding div to block such reading --\u003e \u003cdiv class=\"paragraph-splitter\"\u003e\u003c/div\u003e \u003cbutton mee-button id=\"edit-picture-cancel\" ng-disabled=\"$ctrl.operationIsInProgress()\" aria-hidden=\"{{$ctrl.operationIsInProgress()}}\" ng-click=\"$ctrl.cancel()\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.strings.cancelButton}} \u003c/button\u003e \u003cdiv class=\"remove-button-row-break\"\u003e\u003c/div\u003e \u003cspan class=\"remove-button\"\u003e \u003ca mee-action-trigger href=\"#\" id=\"edit-picture-remove\" ng-if=\"$ctrl.model.profilePictureUrl \u0026\u0026 !$ctrl.operationIsInProgress() \u0026\u0026 !$ctrl.userUploadedNewPicture\" ng-click=\"$ctrl.removePicture($event)\" data-bi-id=\"{{$ctrl.getRemovePictureButtonDataBIId()}}\"\u003e {{$ctrl.strings.editPic_removePictureButton}} \u003c/a\u003e \u003c/span\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv ng-if=\"$ctrl.editorMode === \u0027removeConfirmation\u0027\" id=\"confirm-remove-mode-controls\"\u003e \u003cdiv class=\"hint\" role=\"alert\"\u003e {{$ctrl.strings.editPic_removeConfirmation}} \u003c/div\u003e \u003cmee-inline-error error-id={{$ctrl.editPictureError}}\u003e\u003c/mee-inline-error\u003e \u003cbutton mee-button=\"primary\" id=\"confirm-remove-yes\" ng-disabled=\"$ctrl.operationIsInProgress()\" ng-click=\"$ctrl.confirmRemovePicture()\" data-bi-id=\"{{$ctrl.getConfirmRemoveYesDataBIId()}}\"\u003e {{$ctrl.strings.yesButton}} \u003c/button\u003e \u003c!-- Bug #16018714 This is a known bug in narrator that it will read throught entire paragraph, adding div to block such reading --\u003e \u003cdiv class=\"paragraph-splitter\"\u003e\u003c/div\u003e \u003cbutton mee-button id=\"confirm-remove-no\" ng-disabled=\"$ctrl.operationIsInProgress()\" ng-click=\"$ctrl.declineRemovePicture()\" mee-auto-focus data-bi-id=\"{{$ctrl.getConfirmRemoveNoDataBIId()}}\"\u003e {{$ctrl.strings.noButton}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e ");t.put("/Areas/Profile/Scripts/Components/PermissionsLinkRequestForm/permissions-link-request-form.html", "\u003cform class=\"permissions-link-request\" method=\"post\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ch1 mee-heading=\"amcheading1\"\u003e{{$ctrl.content.title}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-content\"\u003e \u003cdiv data-grid=\"col-8\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"subtitle in $ctrl.content.subtitles\" text=\"subtitle\" /\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cdiv data-grid=\"col-4\"\u003e \u003cmee-text-field input-id=\"input-email-address\" kind=\"flex\"\u003e \u003clabel\u003e{{$ctrl.content.formLabel}}\u003c/label\u003e \u003cinput ng-disabled=\"$ctrl.sendingRequest\" ng-change=\"$ctrl.notifyUserIsTypingInEmail()\" placeholder=\"{{$ctrl.content.formLabel}}\" ng-model=\"$ctrl.email\" /\u003e \u003c/mee-text-field\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-8 pad-3x\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cbutton id=\"button-submit\" ng-disabled=\"$ctrl.isSubmitButtonDisabled()\" mee-button=\"primary\" class=\"form-control\" ng-click=\"$ctrl.sendPermissionsLinkRequest()\" data-bi-id=\"{{$ctrl.getSubmitButtonDataBIId()}}\"\u003e {{$ctrl.content.submitButtonText}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e         \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-progress-ants-mwf ng-if=\"$ctrl.sendingRequest\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/form\u003e ");t.put("/Areas/Profile/Scripts/Components/PermissionsLinkRequestSuccess/permissions-link-request-success.html", "\u003cdiv data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-title\"\u003e \u003cmee-media size=\"md\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-CompletedSolid\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003ch1 role=\"status\" media-heading mee-heading=\"amcheading1\"\u003e{{$ctrl.content.successTitle}}\u003c/h1\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv id=\"mee-rich-paragraph-success-messages\" data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"successMessage in $ctrl.successMessages\" text=\"successMessage\" /\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/PlcServicesDecomPage/plc-services-decom-page.html", "\u003cdiv class=\"plc-services-decom-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-title\"\u003e \u003ch1 media-heading mee-heading=\"amcheading1\"\u003e{{$ctrl.content.titleText}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv id=\"decom-description\" data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cp class=\"decom-description\" mee-paragraph=\"para3\"\u003e {{$ctrl.content.descriptionText}}  \u003ca class=\"more-info-link\" mee-hyperlink ng-href=\"{{$ctrl.content.moreInfoLink.url}}\" data-bi-id=\"{{$ctrl.getMoreInfoDataBIId()}}\"\u003e {{$ctrl.content.moreInfoLink.text}} \u003c/a\u003e \u003c/p\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfileBanner/profile-banner.html", "\u003cmee-banner layout=\"space-3-col\" class=\"profile-banner\"\u003e \u003cmee-banner-slot-1\u003e \u003cbanner-your-info\u003e\u003c/banner-your-info\u003e \u003c/mee-banner-slot-1\u003e \u003cmee-banner-slot-2\u003e \u003cbanner-authenticator\u003e\u003c/banner-authenticator\u003e \u003c/mee-banner-slot-2\u003e \u003cmee-banner-slot-3\u003e \u003cbanner-change-password\u003e\u003c/banner-change-password\u003e \u003c/mee-banner-slot-3\u003e \u003cmee-banner-slot-4\u003e \u003cbanner-address\u003e\u003c/banner-address\u003e \u003c/mee-banner-slot-4\u003e \u003c/mee-banner\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfileBanner/BannerAddress/banner-address.html", "\u003cmee-banner-media\u003e \u003cmedia-image\u003e \u003cspan class=\"mee-icon mee-icon-Home\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cp mee-banner-column-title\u003e{{$ctrl.model.title}}\u003c/p\u003e \u003cp mee-banner-info\u003e{{$ctrl.model.infoText}}\u003c/p\u003e \u003ca mee-banner-link aria-label=\"{{$ctrl.model.callToActionLink.ariaLabel}}\" ng-href=\"{{$ctrl.model.callToActionLink.url | flowTracking:$ctrl.getInstrumentationComponentName()}}\" data-bi-id=\"{{$ctrl.getInstrumentationComponentName()}}\"\u003e {{$ctrl.model.callToActionLink.text}} \u003c/a\u003e \u003c/media-body\u003e \u003c/mee-banner-media\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfileBanner/BannerAuthenticator/banner-authenticator.html", "\u003cmee-banner-media\u003e \u003cmedia-image\u003e \u003cspan class=\"mee-icon mee-icon-CellPhonePermissions\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cp mee-banner-column-title\u003e{{$ctrl.model.title}}\u003c/p\u003e \u003cp mee-banner-info\u003e{{$ctrl.model.infoText}}\u003c/p\u003e \u003ca mee-banner-link aria-label=\"{{$ctrl.model.callToActionLink.ariaLabel}}\" ng-href=\"{{$ctrl.model.callToActionLink.url | flowTracking:$ctrl.getInstrumentationComponentName()}}\" data-bi-id=\"{{$ctrl.getInstrumentationComponentName()}}\"\u003e {{$ctrl.model.callToActionLink.text}} \u003c/a\u003e \u003c/media-body\u003e \u003c/mee-banner-media\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfileBanner/BannerChangePassword/banner-change-password.html", "\u003cmee-banner-media\u003e \u003cmedia-image\u003e \u003cspan class=\"mee-icon mee-icon-Permissions\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cp mee-banner-column-title\u003e{{$ctrl.model.title}}\u003c/p\u003e \u003cp mee-banner-info\u003e{{$ctrl.model.infoText}}\u003c/p\u003e \u003ca mee-banner-link aria-label=\"{{$ctrl.model.callToActionLink.ariaLabel}}\" ng-href=\"{{$ctrl.model.callToActionLink.url | flowTracking:$ctrl.getInstrumentationComponentName()}}\" data-bi-id=\"{{$ctrl.getInstrumentationComponentName()}}\"\u003e {{$ctrl.model.callToActionLink.text}} \u003c/a\u003e \u003c/media-body\u003e \u003c/mee-banner-media\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfileBanner/BannerYourInfo/banner-your-info.html", "\u003ch1 mee-banner-main-title\u003e{{$ctrl.model.title}}\u003c/h1\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/profile-page.html", "\u003cdiv class=\"profile-page\" data-grid=\"col-12\"\u003e \u003cmee-progress-view watch-operation=\"load-personal-info\" data-grid=\"col-12\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdefault-inprogress-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e \u003cdefault-failed-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/failed-view\u003e \u003cfinished-view\u003e \u003cdiv class=\"profile-section\" data-ui-view=\"alert-view\"\u003e\u003c/div\u003e \u003cdiv class=\"profile-section picture\"\u003e \u003cprofile-picture-section profile-info=\"$ctrl.model\"\u003e\u003c/profile-picture-section\u003e \u003c/div\u003e \u003cdiv class=\"profile-section personal\" data-ui-view=\"personal-view\"\u003e \u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e \u003cdiv data-ui-view=\"preferred-language-selector-core\"\u003e \u003c/div\u003e \u003cdiv data-ui-view=\"msa-display-language-selector-core\"\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/MsaDisplayLanguageSelector/MsaDisplayLanguageSelectorConfirmDialog/msa-display-language-selector-confirm-dialog.html", "\u003cdiv class=\"notification-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 mee-heading=\"subheading3\"\u003e {{$ctrl.title}} \u003c/h2\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton id=\"go-back-button\" mee-button=\"\" ng-click=\"$ctrl.goBackToLanguageSelection()\" data-bi-id=\"{{$ctrl.getPreviousLinkBIId()}}\"\u003e {{$ctrl.content.previous}} \u003c/button\u003e \u003cbutton id=\"confirm-language-button\" mee-button=\"primary\" mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.languageConfirm()\" data-bi-id=\"{{$ctrl.getConfirmLinkBIId()}}\"\u003e {{$ctrl.content.ok}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/MsaDisplayLanguageSelector/MsaDisplayLanguageSelectorDialog/msa-display-language-selector-dialog.html", "\u003cdiv class=\"notification-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 mee-heading=\"subheading3\"\u003e {{$ctrl.content.title}} \u003c/h2\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"message in $ctrl.content.languageSelectorMessages\" text=\"message\"\u003e \u003c/mee-rich-paragraph\u003e \u003cul id=\"msa-display-languages-list\" role=\"menu\" class=\"c-menu f-scroll\" aria-hidden=\"false\"\u003e \u003cli mee-auto-focus=\"{{$ctrl.firstLocalSelectionId}}\" class=\"c-menu-item\" role=\"presentation\" ng-repeat=\"(locale, language) in $ctrl.areaConfig.msaSupportedLanguages\" id=\"{{$ctrl.getLocaleSelectionId(locale, $first)}}\" aria-disabled=\"{{$ctrl.isServiceLocale(locale)}}\"\u003e \u003ca mee-hyperlink mee-no-href lang=\"{{locale}}\" aria-checked=\"{{$ctrl.isLocaleChecked(locale)}}\" role=\"menuitemradio\" ng-click=\"$ctrl.languageClicked(locale)\"\u003e{{language}}\u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton mee-button=\"\" ng-click=\"$ctrl.cancel()\" data-bi-id=\"{{$ctrl.getCancelButtonBIId()}}\"\u003e {{$ctrl.content.cancel}} \u003c/button\u003e \u003cbutton id=\"select-language-button\" ng-disabled=\"!$ctrl.isSelected()\" mee-button=\"primary\" ng-click=\"$ctrl.languageSelected()\" data-bi-id=\"{{$ctrl.getSelectButtonBIId()}}\"\u003e {{$ctrl.content.select}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PersonalSection/personal-section-view.html", "\u003cdiv class=\"person-name-section\" data-grid=\"col-12\"\u003e \u003cdiv ng-if=\"$ctrl.model.fullName\"\u003e \u003ch2 mee-heading=\"heading2\" class=\"person-name\"\u003e{{$ctrl.model.fullName}}\u003c/h2\u003e \u003ca mee-hyperlink id=\"{{$ctrl.getEditNameButtonId()}}\" data-ui-sref=\"landing.profile.edit-name\" data-bi-id=\"{{$ctrl.getEditNameDataBIId()}}\"\u003e {{$ctrl.strings.landing_changeNameButton}} \u003c/a\u003e \u003c/div\u003e \u003cdiv ng-if=\"!$ctrl.model.fullName\"\u003e \u003ca mee-heading=\"heading2\" mee-hyperlink id=\"{{$ctrl.getEditNameButtonId()}}\" data-ui-sref=\"landing.profile.edit-name\" data-bi-id=\"{{$ctrl.getAddNameDataBIId()}}\"\u003e {{$ctrl.strings.landing_addNameButton}} \u003c/a\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" ng-show=\"!!$ctrl.model.signInEmail\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-Contact\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv class=\"personal-info\"\u003e \u003cp media-heading\u003e{{$ctrl.model.signInEmail}}\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"personal-edit-links\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.links.personalManageEmail\" data-bi-id=\"{{$ctrl.getManageLoginLinkDataBIId()}}\"\u003e \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003csecondary-profile-info data-grid=\"col-12\" profile-info=\"$ctrl.model\"\u003e\u003c/secondary-profile-info\u003e \u003cmsa-display-language-section profile-info=\"$ctrl.model\" ng-if=\"$ctrl.displayMsaDisplayLanguageSelector\"\u003e\u003c/msa-display-language-section\u003e \u003chr mee-divider=\"vertical6x\" data-grid=\"col-12\"\u003e \u003cexternal-profiles profile-info=\"$ctrl.model\"\u003e\u003c/external-profiles\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PersonalSection/ExternalProfiles/external-profiles.html", "\u003cdiv data-grid=\"col-12\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-XboxLogo\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.model.xboxLink\" data-bi-id=\"{{$ctrl.getXboxLinkDataBIId()}}\"\u003e \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-SkypeLogo\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.model.skypeLink\" data-bi-id=\"{{$ctrl.getSkypeLinkDataBIId()}}\"\u003e \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"$ctrl.profileInfo.isGitHubLinked\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-GitHubLogo\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.model.githubLink\" data-bi-id=\"{{$ctrl.getGithubLinkDataBIId()}}\"\u003e \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" ng-if=\"$ctrl.profileInfo.isLinkedInLinked\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-LinkedInLogo\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ca mee-hyperlink cms-link=\"$ctrl.model.linkedinLink\" data-bi-id=\"{{$ctrl.getLinkedinLinkDataBIId()}}\"\u003e \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PersonalSection/MsaDisplayLanguageSection/msa-display-language-section.html", "\u003cdiv data-grid=\"col-12\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-LocaleLanguage\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv class=\"personal-info\"\u003e \u003cp class=\"x-screen-reader\"\u003e{{$ctrl.model.displayLanguage}}\u003c/p\u003e \u003cp media-heading\u003e{{$ctrl.getMsaDisplayLanguage()}}\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"personal-edit-links\"\u003e \u003ca mee-hyperlink id=\"profile-change-display-language-link\" data-bi-id=\"{{$ctrl.getChangeDisplayLanguageDataBIId()}}\" ng-href=\"{{$ctrl.model.changeDisplayLanguageLink.url}}\"\u003e {{$ctrl.model.changeDisplayLanguageLink.text}} \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PersonalSection/PreferredLanguageSection/preferred-language-section.html", "\u003cdiv data-grid=\"col-12\"\u003e \u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-LocaleLanguage\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv class=\"personal-info\"\u003e \u003cp class=\"x-screen-reader\"\u003e{{$ctrl.model.displayLanguage}}\u003c/p\u003e \u003cp media-heading\u003e{{$ctrl.getPreferredLanguage()}}\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"personal-edit-links\"\u003e \u003ca mee-hyperlink id=\"profile-change-display-language-link\" data-bi-id=\"{{$ctrl.getChangeDisplayLanguageDataBIId()}}\" ng-href=\"{{$ctrl.model.changeDisplayLanguageLink.url}}\"\u003e {{$ctrl.model.changeDisplayLanguageLink.text}} \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PreferredLanguageSelector/PreferredLanguageSelectorConfirmDialog/preferred-language-selector-confirm-dialog.html", "\u003cdiv class=\"notification-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 mee-heading=\"subheading3\"\u003e {{$ctrl.title}} \u003c/h2\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton id=\"go-back-button\" mee-button=\"\" ng-click=\"$ctrl.goBackToLanguageSelection()\" data-bi-id=\"{{$ctrl.getPreviousLinkBIId()}}\"\u003e {{$ctrl.content.previous}} \u003c/button\u003e \u003cbutton id=\"confirm-language-button\" mee-button=\"primary\" mee-progress-disabled=\"modalOperation\" ng-click=\"$ctrl.languageConfirm()\" data-bi-id=\"{{$ctrl.getConfirmLinkBIId()}}\"\u003e {{$ctrl.content.ok}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/PreferredLanguageSelector/PreferredLanguageSelectorDialog/preferred-language-selector-dialog.html", "\u003cdiv class=\"notification-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 mee-heading=\"subheading3\"\u003e {{$ctrl.content.title}} \u003c/h2\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"message in $ctrl.content.languageSelectorMessages\" text=\"message\"\u003e \u003c/mee-rich-paragraph\u003e \u003cul id=\"preferred-languages-list\" role=\"menu\" class=\"c-menu f-scroll\" aria-hidden=\"false\"\u003e \u003cli mee-auto-focus=\"{{$ctrl.firstLocalSelectionId}}\" class=\"c-menu-item\" role=\"presentation\" ng-repeat=\"(locale, language) in $ctrl.areaConfig.msaSupportedLanguages\" id=\"{{$ctrl.getLocaleSelectionId(locale, $first)}}\" aria-disabled=\"{{$ctrl.isServiceLocale(locale)}}\"\u003e \u003ca mee-hyperlink mee-no-href lang=\"{{locale}}\" aria-checked=\"{{$ctrl.isLocaleChecked(locale)}}\" role=\"menuitemradio\" ng-click=\"$ctrl.languageClicked(locale)\"\u003e{{language}}\u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton mee-button=\"\" ng-click=\"$ctrl.cancel()\" data-bi-id=\"{{$ctrl.getCancelButtonBIId()}}\"\u003e {{$ctrl.content.cancel}} \u003c/button\u003e \u003cbutton id=\"select-language-button\" ng-disabled=\"!$ctrl.isSelected()\" mee-button=\"primary\" ng-click=\"$ctrl.languageSelected()\" data-bi-id=\"{{$ctrl.getSelectButtonBIId()}}\"\u003e {{$ctrl.content.select}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/ProfileAlert/profile-alert.html", "\u003cdiv class=\"profile-alert\" ng-if=\"$ctrl.model.hasAlert\"\u003e \u003cmee-alert kind=\"use-glyph\"\u003e \u003calert-content\u003e{{$ctrl.model.alertText}}\u003c/alert-content\u003e \u003calert-actions\u003e \u003ca class=\"profile-alert-link\" cms-link=\"$ctrl.model.alertActionLink\" data-bi-id=\"{{$ctrl.getAlertLinkDataBIId()}}\"\u003e\u003c/a\u003e \u003c/alert-actions\u003e \u003c/mee-alert\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/ProfilePicSection/profile-picture-view.html", "\u003cdiv class=\"person-picture\"\u003e \u003cdiv class=\"picture-container\"\u003e \u003cdiv class=\"person person-large\"\u003e \u003cimg mee-image=\"round\"  id=\"profile-picture\" class=\"person-graphic\" alt=\"{{$ctrl.strings.profilePicture}}\" ng-src=\"{{$ctrl.model.profileTileUrl}}\" ng-show=\"$ctrl.model.profileTileUrl\" data-mee-onerror data-error-callback=\"$ctrl.removeUserTile()\" /\u003e \u003cdiv ng-hide=\"$ctrl.model.profileTileUrl\" class=\"mee-no-picture\" role=\"img\" aria-label=\"{{$ctrl.content.blankProfilePicture}}\"\u003e \u003cdiv data-mee-no-picture\u003e\u003c/div\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"edit-button\"\u003e \u003ca mee-hyperlink id=\"{{$ctrl.getEditPictureButtonId()}}\" data-ui-sref=\"edit-picture\" data-bi-id=\"{{$ctrl.getEditPictureDataBIId()}}\"\u003e \u003cspan ng-if=\"$ctrl.model.profileTileUrl\"\u003e {{$ctrl.strings.changePictureButton}} \u003c/span\u003e \u003cspan ng-if=\"!$ctrl.model.profileTileUrl\"\u003e {{$ctrl.strings.addPictureButton}} \u003c/span\u003e \u003c/a\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/SecondaryProfileInfo/secondary-profile-info.html", "\u003cpersonal-info-field bi-id=\"{{$ctrl.getBirthdayInfoBIId()}}\" icon=\"mee-icon mee-icon-BirthdayCake\" value=\"$ctrl.model.birthday\" description-string=\"$ctrl.content.dateOfBirth\" add-value-string=\"$ctrl.content.addDateOfBirth\" edit-value-string=\"$ctrl.content.editDateOfBirth\" link=\"$ctrl.content.managePersonalInfoLink\"\u003e\u003c/personal-info-field\u003e \u003cpersonal-info-field bi-id=\"{{$ctrl.getRegionInfoBIId()}}\" icon=\"mee-icon mee-icon-MapPinArt64\" value=\"$ctrl.model.region\" description-string=\"$ctrl.content.countryRegion\" add-value-string=\"$ctrl.content.addCountryRegion\" edit-value-string=\"$ctrl.content.editCountryRegion\" link=\"$ctrl.content.managePersonalInfoLink\"\u003e\u003c/personal-info-field\u003e ");t.put("/Areas/Profile/Scripts/Components/ProfilePage/SecondaryProfileInfo/PersonalInfoField/personal-info-field.html", "\u003cmee-media size=\"sm\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"{{$ctrl.icon}}\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003cdiv ng-if=\"!$ctrl.value\" data-grid=\"col-12\"\u003e \u003ca mee-hyperlink data-bi-id=\"{{$ctrl.getAddLinkBIId()}}\" ng-href=\"{{$ctrl.link.url}}\"\u003e {{$ctrl.addValueString}} \u003c/a\u003e \u003c/div\u003e \u003cdiv ng-if=\"$ctrl.value\" class=\"personal-info\"\u003e \u003cp class=\"x-screen-reader\"\u003e{{$ctrl.descriptionString}}\u003c/p\u003e                 \u003cp media-heading\u003e{{$ctrl.value}}\u003c/p\u003e \u003c/div\u003e \u003cdiv ng-if=\"$ctrl.value\" class=\"personal-edit-links\"\u003e \u003ca mee-hyperlink data-bi-id=\"{{$ctrl.getEditLinkBIId()}}\" ng-href=\"{{$ctrl.link.url}}\"\u003e {{$ctrl.editValueString}} \u003c/a\u003e \u003c/div\u003e \u003c/media-body\u003e \u003c/mee-media\u003e ");t.put("/Areas/Profile/Scripts/Components/Shared/ErrorPage/error-page.html", "\u003cdiv class=\"error-page\" data-grid=\"col-8 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-title\"\u003e \u003cmee-media size=\"md\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cdiv class=\"icon-stack-container\"\u003e \u003cspan class=\"mee-icon mee-icon-StatusCircleOuter\"\u003e\u003c/span\u003e \u003cspan class=\"mee-icon mee-icon-StatusCircleExclamation\"\u003e\u003c/span\u003e \u003c/div\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003ch1 role=\"status\" media-heading mee-heading=\"amcheading1\"\u003e{{$ctrl.model.title}}\u003c/h1\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv id=\"error-messages\" data-grid=\"col-12\" class=\"profile-content\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"errorMessage in $ctrl.messages\" text=\"errorMessage\" /\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/Shared/Landing/profile-landing.html", "\u003cdiv\u003e \u003cprofile-banner\u003e\u003c/profile-banner\u003e \u003c/div\u003e \u003cdiv data-grid=\"container\"\u003e \u003cdiv class=\"profile-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\" class=\"header-pivot\"\u003e \u003cmee-nav-pivot\u003e \u003cmee-nav-pivot-item tab-title=\"{{$ctrl.content.profileTabText}}\" ui-sref=\"landing.profile\"\u003e \u003c/mee-nav-pivot-item\u003e \u003cmee-nav-pivot-item tab-title=\"{{$ctrl.content.contactInfoTabText}}\" ui-sref=\"landing.contact-info\"\u003e \u003c/mee-nav-pivot-item\u003e \u003c/mee-nav-pivot\u003e \u003c/div\u003e \u003cdiv class=\"profile-landing\" data-ui-view=\"profile-landing\" data-grid=\"col-12\"\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/Shared/NotificationDialog/notification-dialog.html", "\u003cdiv class=\"notification-dialog\" role=\"alertdialog\" aria-describedby=\"notification-dialog-messages\" mee-auto-focus\u003e \u003cdiv id=\"notification-dialog-messages\"\u003e \u003ch2 ng-if=\"$ctrl.model.notificationDialogOptions.showTitle\" mee-heading=\"subheading3\"\u003e {{$ctrl.content.title}} \u003c/h2\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"message in $ctrl.messages\" text=\"message\" /\u003e \u003c/div\u003e \u003cdiv class=\"c-group\"\u003e \u003cbutton class=\"notification-dialog-confirm-button\" mee-button=\"primary\" ng-click=\"$ctrl.confirm()\" data-bi-id=\"{{$ctrl.biId}}\"\u003e {{$ctrl.content.confirmText}} \u003c/button\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/Shared/Redirect/redirect.html", "\u003cdiv data-grid=\"col-8 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cdefault-inprogress-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/div\u003e \u003c/div\u003e");t.put("/Areas/Profile/Scripts/Components/TargetedSubscribeForm/targeted-subscribe-form.html", "\u003cdiv class=\"subscribe-page\" data-grid=\"col-8 pad-12x\"\u003e ﻿\u003cmee-progress-view watch-operation=\"load-topic-description\" data-grid=\"col-12\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdefault-inprogress-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e \u003cdefault-failed-view strings=\"$ctrl.sharedCmsComponents.progressView\" /\u003e \u003c/failed-view\u003e \u003cfinished-view\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003ch1 mee-heading=\"amcheading1\" id=\"topic-title\"\u003e{{$ctrl.topic.name}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-content\"\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cp mee-paragraph=\"para3\" id=\"topic-description\"\u003e{{$ctrl.topic.description}}\u003c/p\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para3\" ng-repeat=\"explanationParagraph in $ctrl.explanationParagraphs\" text=\"explanationParagraph\" /\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cdiv class=\"sub-buttons-container\"\u003e \u003cbutton id=\"button-subscribe\" mee-button=\"primary\" ng-click=\"$ctrl.subscribeButtonClicked()\" mee-progress-disabled=\"subscribe\" data-bi-id=\"{{$ctrl.getSubscribeButtonDataBIId()}}\"\u003e {{$ctrl.content.subscribeButtonText}} \u003c/button\u003e \u003cbutton id=\"button-cancel\" mee-button ng-click=\"$ctrl.cancelButtonClicked()\" mee-progress-disabled=\"subscribe\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelButtonText}} \u003c/button\u003e \u003cmee-progress-ants-mwf mee-progress-show=\"subscribe\" id=\"save-data-progress-bar\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/div\u003e \u003c/div\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/UnsubscribePageForm/unsubscribe-page-form-v1.html", "\u003cdiv class=\"unsubscribe-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-8\"\u003e \u003ch1 mee-heading=\"amcheading1\"\u003e{{$ctrl.content.title}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cmee-progress-view watch-operation=\"load-topic\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-progress-ants-mwf\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e\u003c/failed-view\u003e \u003cfinished-view\u003e \u003cmee-rich-paragraph id=\"mee-rich-paragraph-description\" mee-paragraph-style=\"para3\" text=\"$ctrl.content.descriptionParagraph\"\u003e\u003c/mee-rich-paragraph\u003e \u003cdiv class=\"unsub-buttons-container\"\u003e \u003cbutton id=\"button-unsubscribe\" mee-button=\"primary\" ng-click=\"$ctrl.unsubscribeButtonClicked()\" mee-progress-disabled=\"unsubscribe\" data-bi-id=\"{{$ctrl.getUnsubscribeButtonDataBIId()}}\"\u003e {{$ctrl.content.unsubscribeButtonText}} \u003c/button\u003e \u003cbutton id=\"button-cancel\" mee-button ng-click=\"$ctrl.cancelButtonClicked()\" mee-progress-disabled=\"unsubscribe\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelButtonText}} \u003c/button\u003e \u003cmee-progress-ants-mwf id=\"save-data-progress-bar\" mee-progress-show=\"unsubscribe\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003ca class=\"link-manage-communication-permissions\" mee-no-href mee-hyperlink ng-click=\"$ctrl.goToCommunicationPermissionsPageLinkClicked($event)\" data-bi-id=\"{{$ctrl.getManageCommunicationPermissionsDataBIId()}}\"\u003e {{$ctrl.content.descriptionMetaTextParagraph}} \u003c/a\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/UnsubscribePageForm/unsubscribe-page-form-v2.html", "\u003cdiv class=\"unsubscribe-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cunsubscribe-section-msa data-grid=\"col-12\" ng-if=\"!$ctrl.isEndUser\"\u003e\u003c/unsubscribe-section-msa\u003e \u003cunsubscribe-section-iw data-grid=\"col-12\" ng-if=\"$ctrl.isEndUser\"\u003e\u003c/unsubscribe-section-iw\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/UnsubscribePageForm/UnsubscribeSection/unsubscribe-section.html", "\u003cdiv data-grid=\"col-8\"\u003e \u003ch1 mee-heading=\"amcheading1\"\u003e{{$ctrl.content.title}}\u003c/h1\u003e \u003c/div\u003e \u003cdiv data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cmee-progress-view watch-operation=\"load-topic\"\u003e \u003cinert-view\u003e\u003c/inert-view\u003e \u003cinprogress-view\u003e \u003cdiv data-grid=\"col-12\"\u003e \u003cmee-progress-ants-mwf\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003c/inprogress-view\u003e \u003cfailed-view\u003e\u003c/failed-view\u003e \u003cfinished-view\u003e \u003cmee-rich-paragraph id=\"mee-rich-paragraph-description\" mee-paragraph-style=\"para3\" text=\"$ctrl.content.descriptionParagraph\"\u003e\u003c/mee-rich-paragraph\u003e \u003cdiv class=\"unsub-buttons-container\"\u003e \u003cbutton id=\"button-unsubscribe\" mee-button=\"primary\" ng-click=\"$ctrl.unsubscribe()\" mee-progress-disabled=\"unsubscribe\" data-bi-id=\"{{$ctrl.getUnsubscribeButtonDataBIId()}}\"\u003e {{$ctrl.content.unsubscribeButtonText}} \u003c/button\u003e \u003cbutton id=\"button-cancel\" mee-button ng-click=\"$ctrl.cancel()\" mee-progress-disabled=\"unsubscribe\" data-bi-id=\"{{$ctrl.getCancelButtonDataBIId()}}\"\u003e {{$ctrl.content.cancelButtonText}} \u003c/button\u003e \u003cmee-progress-ants-mwf id=\"save-data-progress-bar\" mee-progress-show=\"unsubscribe\"\u003e\u003c/mee-progress-ants-mwf\u003e \u003c/div\u003e \u003ca class=\"link-manage-communication-permissions\" mee-no-href mee-hyperlink ng-click=\"$ctrl.goToCommunications($event)\" data-bi-id=\"{{$ctrl.getManageCommunicationPermissionsDataBIId()}}\"\u003e {{$ctrl.content.descriptionMetaTextParagraph}} \u003c/a\u003e \u003c/finished-view\u003e \u003c/mee-progress-view\u003e \u003c/div\u003e ");t.put("/Areas/Profile/Scripts/Components/UnsubscribePageSuccess/unsubscribe-page-success.html", "\u003cdiv class=\"unsubscribe-page\" data-grid=\"col-12 pad-12x\"\u003e \u003cdiv data-grid=\"col-12\" class=\"profile-title\"\u003e \u003cmee-media size=\"md\"\u003e \u003cmedia-image aria-hidden=\"true\"\u003e \u003cspan class=\"mee-icon mee-icon-CompletedSolid\"\u003e\u003c/span\u003e \u003c/media-image\u003e \u003cmedia-body\u003e \u003ch1 media-heading mee-heading=\"amcheading1\"\u003e{{$ctrl.title}}\u003c/h1\u003e \u003c/media-body\u003e \u003c/mee-media\u003e \u003c/div\u003e \u003cdiv id=\"success-messages\" data-grid=\"col-8\" class=\"profile-content\"\u003e \u003cmee-rich-paragraph mee-paragraph-style=\"para1\" text=\"$ctrl.description\"\u003e\u003c/mee-rich-paragraph\u003e \u003cmee-rich-paragraph ng-if=\"$ctrl.showMetaDesc\" mee-paragraph-style=\"para3\" text=\"$ctrl.descriptionMeta\"\u003e\u003c/mee-rich-paragraph\u003e \u003c/div\u003e \u003c/div\u003e ");}]);