\n ${this.includeAction &&\n this.includeAction === 'search' &&\n !this.slotEmpty('search')\n ? // This needs to be conditional based on inverted or default variant of nav\n html`
\n ${this.isPanelActive\n ? html``\n : html``}\n
\n
\n
e.stopPropagation()}\n >\n \n
\n
`\n : nothing}\n ${this.includeAction &&\n this.includeAction === 'notification' &&\n this.messagesCount === 0 &&\n this.otherAlertsCount === 0\n ? html`
\n ${this.isPanelActive\n ? html``\n : html``}\n `\n : nothing}\n ${this.includeAction &&\n this.includeAction === 'notification' &&\n ((this.messagesCount && this.messagesCount > 0) ||\n (this.otherAlertsCount && this.otherAlertsCount > 0))\n ? html`
\n ${this.isPanelActive\n ? html``\n : html``}\n `\n : nothing}\n ${this.includeAction && this.includeAction === 'notification'\n ? html`\n
\n
\n
e.stopPropagation()}\n >\n
\n {\n this.clickNotificationLink(\n 'pds-c-primary-nav-messages-link',\n );\n }}\"\n >${this.translateText('messages')}${this.messagesCount < 99\n ? html`${this.messagesCount}`\n : html`99+`}\n \n ${!this.hideOtherAlerts\n ? html` \n this.clickNotificationLink(\n 'pds-c-primary-nav-other-notifications-link',\n )}\"\n >${this.translateText('other-alerts')}${this.otherAlertsCount < 99\n ? html`${this.otherAlertsCount}`\n : html`99+`}`\n : nothing}\n \n
\n
\n `\n : nothing}\n