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

Data

{% for product in products %} {% if not product.featured %} {% else %} {% endif %} {% endfor %}
Filename Type Share Delete
FeatureFeatured {% 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 }} {% if product.data_product_type %} {{ product.get_type_display }} {% endif %} {% if sharing_destinations %} {% else %}

Not Configured.

{% endif %}
Delete
{% csrf_token %} {% for hidden in data_product_share_form.hidden_fields %} {{ hidden }} {% endfor %}
{% bootstrap_field data_product_share_form.share_title %}
{% bootstrap_field data_product_share_form.share_message %}
{% bootstrap_field data_product_share_form.share_destination %}
{% buttons %} {% endbuttons %}