${data.summary}
` : nothing} ${this.renderList(bodies)}| ${this.t('Body')} | ${this.t('Direction')} | ${this.t('Azimuth')} | ${this.t('Altitude')} | ${this.t('Horizon')} |
|---|---|---|---|---|
| ${b.symbol ? html`${b.symbol} ` : nothing}${b.planet} | ${b.compassDirection} | ${Math.round(b.azimuth)}° | ${b.altitude > 0 ? '+' : ''}${Math.round(b.altitude)}° | ${below ? this.t('Below') : this.t('Above')} |