${this.mode} compatibility
${archetype.label} ${archetype.description ? html` · ${archetype.description}` : nothing}
` : nothing } ${summary ? html`${summary}
` : nothing} ${interpretation && !summary ? html`${interpretation}
` : nothing} ${advice ? html`${advice}
` : nothing} ${ (strengths?.length ?? 0) > 0 || (challenges?.length ?? 0) > 0 ? html`Strengths
-
${strengths.map((s) => html`
- ${s} `)}
Challenges
-
${challenges.map((s) => html`
- ${s} `)}
Key aspects
-
${keyAspects.slice(0, 6).map((a) => html`
- ${formatAspect(a)} `)}