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