${[when, count].filter(Boolean).join(' · ')}
` : nothing }| ${this.t('Body')} | ${this.t('Natal')} | ${showHouses ? html`${this.t('Natal house')} | ` : nothing}${this.t('Transiting')} | ${showHouses ? html`${this.t('Transiting house')} | ` : nothing}
|---|---|---|---|---|
| ${body} | ${cell(natalBy.get(key))} | ${houseCell(natalBy.get(key))}${cell(transitBy.get(key))} | ${houseCell(transitBy.get(key))}
${this.t('Impact')}: ${t.impact}
` : nothing} ${t.timing ? html`${this.t('Timing')}: ${t.timing}
` : nothing} ${t.guidance ? html`${this.t('Guidance')}: ${t.guidance}
` : nothing} ${renderKeywordChips(t.keywords)}`, }; }); return this.renderInterpretation( sections, 'transit-aspect-readings', 'Transit readings', ); } } declare global { interface HTMLElementTagNameMap { 'roxy-transit-wheel': RoxyTransitWheel; } }