{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Observations{% endblock %} {% block content %}
View | Target | Facility | Status | Start | End | Saved Data | Download All |
---|---|---|---|---|---|---|---|
Details | {{ observation.target.name }} | {{ observation.facility }} | {{ observation.status }} | {{ observation.scheduled_start }} | {{ observation.scheduled_end }} | {{ observation.dataproduct_set.count }} | {% if observation.status == 'COMPLETED' %} {% endif %} |
No observations yet. You might want to create an observation from one of your saved targets. |