${this.shouldShowZeroStateCard_() ? html`
${this.i18n('modulesTabGroupsZeroStateTitle')}
${this.i18n('modulesTabGroupsZeroStateText')}
${this.i18n('modulesTabGroupsCreateNewTabGroup')}
`: html`
${this.getTabGroups_().map(item => html` `)}
`}