{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Containers" %}{% endblock %} {% block breadcrumb_nav %} {% endblock %} {% block ng_route_base %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Containers") %} {% endblock page_header %} {% block main %} {% if SWIFT_PANEL_FULL_LISTING is False %}
{% blocktrans %}Listing only {{ API_RESULT_LIMIT }} containers/objects because full listing is disabled in settings.{% endblocktrans %}
{% endif %} {% endblock %}