{% extends 'base.html' %} {% load i18n %} {% load static %} {% load mathfilters %} {% block title %}{% trans "Allocation Usage" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Allocation Usage") %} {% endblock page_header %} {% block custom_head_js %} {{ block.super }} {% endblock %} {% block main %}

Allocation Usage for {{ allocation.project_name }}

Allocation usage budget: {{ su_budget }} SU

{% for role in request.user.roles %} {% if role.name == "TenantManager" %} Request More Budget {% endif %} {% endfor %}

{{ su_used | floatformat }}

Service Units used

in this allocation period to date

{{ su_budget | sub:su_used | floatformat }}

Service Units remaining

in this allocation period

{{ total_hours }}

Total instance hours

in this allocation period to date
Cumulative Usage for This Allocation
{% if budget_tracking > 0 %} {% endif %}
{% endblock %}