{% extends "base.html" %} {% block style %} {% endblock style %} {% block body %}

Contribution of compute capacity from the {{ ce_facility_name }} entity named {{ ce_site_name }}.

{% set graphs = [ 'Cpus', 'Memory', 'Gpus', 'Disk', 'Bcus' ] %} {% for resource in graphs %} {% set column = get_column(resource) %} {% set vaxis = get_vaxis(resource) %}
{% endfor %}
{% endblock body %}