{% extends "base.html" %} {% block content %}
Passes for {{ location.lat }}, {{ location.lng }}
| Total | Rise | Culminate | Set | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Date | Length | Time | Azimuth | Time | Azimuth | Elevation | Distance | Time | Azimuth |
| {{ date }} | {% endif %}{{ pred.length }} | {{ pred.rise.time }} | {{ pred.rise.azimuth }} ({{ pred.rise.direction }}) | {{ pred.culminate.time }} | {{ pred.culminate.azimuth }} ({{ pred.culminate.direction }}) | {{ pred.culminate.degrees }} | {{ pred.culminate.distance }} | {{ pred.set.time }} | {{ pred.set.azimuth }} ({{ pred.set.direction }}) |