{% extends "base.html" %} {% load static %} {% load tags %} {% load humanize %} {% block title %} - New Observation{% endblock %} {% block css %} {% endblock css %} {% block content %}

Schedule Observations

Timeframes are in UTC
{% csrf_token %}
{% if obs_filter.norad %} {% for satellite in satellites %} {% if satellite.norad_cat_id == obs_filter.norad %} {% endif %} {% endfor %} {% else %} {% endif %}
{% if obs_filter.dates %} {% else %} {% endif %}
{% if obs_filter.dates %} {% else %} {% endif %}
{% if obs_filter.ground_station %} {% endif %}

Calculated Timeline

Calculating
Start Time:
End Time:
{% include 'includes/observation-new-hotkeys.html' %} {% endblock content %} {% block javascript %} {% endblock javascript %}