{% extends 'tom_common/base.html' %} {% load comments bootstrap4 tom_common_extras targets_extras observation_extras dataproduct_extras static cache tom_education_extras %} {% block title %}{{ object.name }} Data View{% endblock %} {% block additional_css %} {% endblock %} {% block content %}

↵ {{ object.name }}: Data View {% if object.extra_fields.active %} Active {% else %} Inactive {% endif %}

{% dataproduct_list_for_target target=object %} {% endblock %}