{% load bootstrap4 %} {% load static tom_education_extras %} {% include 'tom_dataproducts/partials/js9_scripts.html' %}

Processes

Loading...

Data

{% csrf_token %}
{% buttons %} {% if pipeline_names %}

{% for pipeline_name, flags in pipeline_flags.items %} {% endfor %} {% endif %}

{% dataproduct_selection_buttons %}

{% endbuttons %}
{% for product in products %} {# Show checkbox for performing action on this product #} {% endfor %}
FilenameData TypeDelete
{% dataproduct_checkbox product %} {% if 'fits' in product.get_file_name or product.data_product_type == 'fits_file' %} {% include 'tom_dataproducts/partials/js9_button.html' with url=product.data.url only %} {% endif %} {{ product.get_file_name }}
{% with product.extra_data|dataproduct_extrainfo as info %} {% if info %} {{info.siteid|upper}} {{info.telid}} {{info.exp_time|floatformat:"0" }}s in {{info.filter}} {% endif %} {% endwith %}
{% if product.data_product_type %} {{ product.get_data_product_type_display }} {% endif %} Delete