{% extends "rgd/_base/detail.html" %} {% block meta_table_body %} Name {{ object.name }} Description {{ object.description }} Image Count {{ object.count }} Image Bands Count {{ object.number_of_bands }} {% endblock %} {% block extra_meta %}
{% if object.imagesetspatial %}
{% include 'rgd/_include/empty_viewer.html' %} {% endif %} {% endblock %} {% block detail %}
{% endblock %}