${this.t('Chart time {{when}}', { when })}
` : nothing}${this.t('Sidereal positions')}
${this.t('Mutual aspects')}
| ${this.t('From')} | ${this.t('Aspect')} | ${this.t('To')} | ${this.t('Strength')} | ${this.t('Orb')} |
|---|---|---|---|---|
| ${a.aspectingPlanet} | ${a.aspectType} | ${a.aspectedPlanet} | ${typeof a.strength === 'number' ? html`${formatNumber(this.effectiveLang(), a.strength, 0)}` : nothing} | ${typeof a.orb === 'number' ? `${formatNumber(this.effectiveLang(), a.orb, 2)}°` : ''} |