{% extends "base.html" %} {% import 'utils.jinja' as utils %} {% block style %} {% endblock style %} {% block body %}

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

{% set column = get_column(resource) %} {% set vaxis = get_vaxis(resource) %}
{% call utils.bootstrap_modal('allocation-modal', 'About: ' + resource + ' Allocation by Project') %}

Displays the usage of {{resource}} on EPs at this site, partitioned by research project.

{% endcall %}
{% endblock body %}