{% extends 'nova/base.html' %} {% load i18n %} {% block page_header %} {% endblock page_header %} {% block dash_main %} {% if objects %} {% include 'nova/objects/_list.html' %} {% else %}
{% url horizon:nova:containers:object_upload container_name as dash_obj_up_url %}

{% trans "Info: " %} {% trans "There are currently no objects in the container." %} {% trans "Object Upload Page" %}

{% endif %} {% endblock %}