horizon/openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html

15 lines
415 B
HTML

{% extends 'base.html' %}
{% load i18n sizeformat %}
{% block title %}{% trans "Project Usage Overview" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_domain_page_header.html" with title=_("Project Usage") %}
{% endblock %}
{% block main %}
{% if simple_tenant_usage_enabled %}
{% include "horizon/common/_usage_summary.html" %}
{{ table.render }}
{% endif %}
{% endblock %}