summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/projects/templates/projects/usage.html
blob: 0a71273d388df88fc2e670f2ad93583659a3741f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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 %}
  {% include "horizon/common/_usage_summary.html" %}
  {{ table.render }}
{% endblock %}