{% extends 'nova/base.html' %} {%load i18n%} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% endblock %} {% block dash_main %}

Container: {{ container_name }}

{% if objects %} {% include 'nova/objects/_list.html' %} {% else %}
{% url horizon:nova:containers:object_upload container_name as dash_obj_up_url %}

Info

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

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