sLoading ? html`
` : ""}
${this.headingIcon ? html`${this.headingL10nId}` : ""}

${this.isLoading ? html`
` : html`
`} ${!this.isLoading && this.footerMessageL10nId !== "" ? html` ` : ""} `; } } customElements.define("model-optin", ModelOptin); PK