${summaryText}
` : nothing } ${ lead.length > 0 ? html`${this.t('In this pairing')} ${meaning.relationshipContext}
` : nothing } ${meaning.description?.short ? html`${meaning.description.short}
` : nothing} ${renderKeywordChips(meaning.keywords)}| ${this.t('Planet 1')} | ${this.t('Planet 2')} | ${this.t('Aspect')} | ${this.t('Orb')} | ${this.t('Strength')} |
|---|---|---|---|---|
| ${display(a, 'planet1')} | ${display(a, 'planet2')} | ${display(a, 'type', formatAspectName(a))} | ${formatNumber(this.effectiveLang(), a.orb, 1)} | ${formatNumber(this.effectiveLang(), a.strength, 0)} |