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