${this.showZeroState ? html`
${this.i18n('modulesTabGroupsZeroStateTitle')}
${this.i18n('modulesTabGroupsZeroStateText')}
${this.i18n('modulesTabGroupsCreateNewTabGroup')}
`: html`
${this.getTabGroups_().map((item, index) => html`
${item.title}
${this.computeDescription_(item.updateTime, item.deviceName)}
${item.isSharedTabGroup ? html` ` : ''}
`)}
`}
${this.showInfoDialog ? html` ` : ''}