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

New Observation

Timeframes are in UTC
{% csrf_token %}
{% if obs_filter.norad %} {% for satellite in satellites %} {% ifequal satellite.norad_cat_id obs_filter.norad %} {% endifequal %} {% 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/utc.html' %} {% include 'includes/observation-new-hotkeys.html' %} {% endblock content %} {% block javascript %} {% endblock javascript %}