{% extends 'syspanel/base.html' %} {% load i18n sizeformat %} {% block title %}Usage Overview{% endblock %} {% block page_header %} {# to make searchable false, just remove it from the include statement #} {% include "horizon/common/_page_header.html" with title=_("System Panel Overview") %} {% endblock page_header %} {% block syspanel_main %} {% if external_links %}
{% trans "Active Instances" %}: {{ global_summary.total_active_instances|default:'-' }} {% trans "Active Memory" %}: {{ global_summary.total_active_memory_mb|mbformat|default:'-' }} {% trans "This month's VCPU-Hours" %}: {{ global_summary.total_vcpus_usage|floatformat|default:'-' }} {% trans "This month's GB-Hours" %}: {{ global_summary.total_local_gb_usage|floatformat|default:'-' }}
{% block activity_list %}{% endblock %} {% endblock %}