${this.t(group.noteSource)}
| ${this.t('Upagraha')} | ${this.t('Rashi')} | ${this.t('Degree')} | ${this.t('Longitude')} | ${this.t('Nakshatra')} | ${this.t('Pada')} |
|---|---|---|---|---|---|
| ${u.name} | ${sGlyph ? html`${sGlyph}` : nothing}${u.rashi ?? ''} | ${typeof u.longitude === 'number' ? formatSignPosition(u.longitude) : ''} | ${formatNumber(this.effectiveLang(), u.longitude, 2)} | ${u.nakshatra ?? ''} | ${u.nakshatraPada ?? ''} |