| ${glyph ? html`${glyph}` : nothing}${r.label} |
${this.signCell(r.sign, r.degree)} |
${
cols.natal
? html`${r.natalLongitude != null ? this.signFromLongitude(r.natalLongitude) : html`—`} | `
: nothing
}
${
cols.house
? html`${r.house != null ? r.house : html`—`} | `
: nothing
}
${
cols.motion
? html`${
r.speed != null
? html`${formatNumber(r.speed, 3)}°/day${r.isRetrograde ? html` ℞` : nothing}`
: html`—`
} | `
: nothing
}
${cols.formula ? html`${r.formula ?? html`—`} | ` : nothing}
`;
}
private signCell(sign: string, degree: number) {
const g = SIGN_GLYPH[capitalize(sign)];
return html`