+ ${
+ this.activePlayerId
+ ? choose(this.section, [
+ [PLAYER, () => html`
`],
+ [
+ GROUPS,
+ () =>
+ html`
`,
+ ],
+ [
+ GROUPING,
+ () =>
+ html`
`,
+ ],
+ [
+ MEDIA_BROWSER,
+ () => html`
+
+ `,
+ ],
+ [VOLUMES, () => html`
`],
+ ])
+ : html`
No supported players found
`
+ }
+
+ ${when(
+ showFooter,
+ () =>
+ html`