| ${this.t('Body')} | ${this.t('Sign')} | ${this.t('Degree')} | ${this.t('House')} | ${this.t('Dignity')} | ${this.t('Motion')} |
|---|---|---|---|---|---|
| ${glyph ? html`${glyph}` : nothing}${r.label} | ${sGlyph ? html`${sGlyph}` : nothing}${r.signLabel ?? ''} | ${typeof r.longitude === 'number' ? formatSignPosition(r.longitude, r.signLabel) : ''} | ${typeof r.house === 'number' ? r.house : ''} | ${r.dignity ? capitalize(r.dignity) : ''} | ${speed ? html`${speed}${this.t('°/day')}` : nothing} ${r.isRetrograde ? html` ℞` : nothing} |