Time{{ current_time }}
Period{{ current_period }}
Cluster{{ cluster }}
Clusters{{ clusters | join(", ") }}
{% if accounts %} {% for a in accounts %} {% endfor %}
AccountParentUsersUsage (Nh)AllocationUsed % QoSThresholdFairshare
{{ a.name }} {{ a.parent }} {% if a.users %} {% for u in a.users %}{{ u }}{% endfor %} {% else %}{% endif %} {{ a.usage }} {{ a.allocation }}
{{ a.percentage }}%
{{ a.threshold_status }} {{ a.fairshare }}
{% else %}

No accounts yet — create one from the Controls panel.

{% endif %}