{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Observations{% endblock %} {% block content %}
| View | Target | Facility | Status | Saved Data | Download All | |
|---|---|---|---|---|---|---|
| Details | {{ observation.target.name }} | {{ observation.facility }} | {{ observation.status }} | {{ 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. | ||||||