{% extends 'dash_base.html' %} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% endblock %} {% block dash_main %}

Container: {{ container_name }}

{% if objects %} {% include '_object_list.html' %} {% else %}

Info

There are currently no objects in the container {{container_name}}. You can upload a new object from the Object Upload Page >>

{% endif %} Upload New Object >> {% endblock %}