${this.title ? html`
${this.title}
` : html``}
${this.badge ? html`
${this.badge}` : html``}
${this.subtitle ? html`
${this.subtitle}
` : html``}
${this.tabs.length ? html`
${this.tabs.map((tabArg) => html`
`)}
` : html``}
` : html``}
${this.rows.length ? html`