{% extends 'nova/base.html' %}
{% load i18n parse_date sizeformat %}
{% block title %}Instance Overview{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"This page shows your cloud usage." %}
{% endblock page_header %}
{% block dash_main %}
{% include "horizon/common/_usage_summary.html" %}
{{ table.render }}
{% endblock %}