${data.summary}
` : nothing } ${ conjunctions.length ? html`${this.t('Conjunctions to the chart')}
${conjunctions.map( ( c, i, ) => html`${c.interpretation}
${this.t('No star sits within the orb of a natal point.')}
` } ${stars.length ? this.renderCatalog(stars) : nothing}| ${this.t('Star')} | ${this.t('Position')} | ${this.t('Mag')} | ${this.t('Nature')} | ${this.t('Keywords')} |
|---|---|---|---|---|
| ${s.name} | ${g ? html`${g}` : nothing}${formatDegreeInSign(s.degree)} ${s.sign} | ${formatNumber(this.effectiveLang(), s.magnitude, 1)} | ${s.nature} |
${(s.keywords ?? []).map((k) => html`${k}`)}
|