${this.options
? html`
${Object.entries(this.options).map(
(entry) => html`
`,
)}
`
: nothing}