${this.t( 'Born with the Moon in {{rashi}}, nakshatra {{nakshatra}}', { rashi: d.subject.janmaRashi, nakshatra: d.subject.janmaNakshatra, }, )}
` : nothing } ${(d.degraded ?? []).map( (x) => html`${this.t('{{component}} unavailable: {{reason}}', { component: x.component, reason: x.reason })}
`, )}| ${this.t('Graha')} | ${this.t('Sign')} | ${this.t('House')} | ${this.t('Bindus')} | ${this.t('Kaksha')} | ${this.t('State')} |
|---|---|---|---|---|---|
| ${glyph ? html`${glyph}` : nothing}${g.graha} | ${g.sign} | ${g.houseFromMoon} | ${typeof g.binduCount === 'number' ? g.binduCount : ''} | ${this.renderKaksha(g.kaksha)} | ${this.t(STATE_LABEL[g.state])} |