| ${this.t('Graha')} | ${this.t('Rashi')} | ${this.t('Degree')} | ${this.t('Nakshatra')} | ${this.t('Pada')} | ${this.t('Nak. lord')} | ${this.t('House')} | ${this.t('Baladi')} | ${this.t('Jagradadi')} | ${this.t('Deeptadi')} | ${this.t('Retro')} |
|---|---|---|---|---|---|---|---|---|---|---|
| ${glyph ? html`${glyph}` : nothing}${p.graha ?? name} | ${sGlyph ? html`${sGlyph}` : nothing}${p.rashi ?? ''} | ${typeof p.longitude === 'number' ? formatSignPosition(p.longitude) : ''} | ${p.nakshatra?.name ?? ''} | ${p.nakshatra?.pada ?? ''} | ${p.nakshatra?.lord ?? ''} | ${typeof p.house === 'number' ? p.house : ''} | ${p.awastha ?? ''} | ${p.jagradadi ?? ''} | ${p.deeptadi ?? ''} | ${p.isRetrograde ? html`R` : nothing} |
${this.t('Rashi.')} ${v.rashi}
` : nothing} ${v.nakshatra ? html`${this.t('Nakshatra.')} ${v.nakshatra}
` : nothing}${h.description}
` : nothing}${y.result}
` : nothing}