{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "PG Status" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=cluster.title %} {% endblock page_header %} {% block main %}

{% trans "Object Summary" %}

{% trans "Performance Summary" %}

{% trans "PG Summary" %}

{% trans "Capacity Summary" %}

{{ table.render }} {% endblock %} {% block js %} {{ block.super }} {% endblock %}