${check.description}
- ${this.renderCheckResults(check.alias)} -${this.renderIcon(result.resultType)} ${result.message}
- ${result.readMoreLink ? html`${check.description}
- ${check.results ? this.renderCheckResults(check.results) : nothing} + ${check.key ? this.renderCheckResults(check.key) : nothing}${this.renderIcon(result.resultType)} ${result.message}
${result.readMoreLink ? html`