{% extends "base.html" %} {% block page_content %}

{% block sidebar %} {% include "uinvoice/_sidebar.html" %} {% endblock %}
Services

{% for contract in inv_contracts %} {{ contract.description }}
{{ contract.units }}
{% if not contract.discount == 0 %} Discount %{{ contract.discount }}
Credit: {{ contract.credit }}

{% endif %} {% endfor %}

Domains

{% for domain in inv_domains %} {{ fqdn }}
{% endfor %}

Deployments

{% for deploy in inv_deployments %}



{% if status[deploy.machine_id] == 'running' %} {% else %} {% endif %}

Grid ID# {{ deploy.machine_id }}
CPU: {{ deploy.machine_cpu }} cores
Memory: {{ deploy.machine_mem }} MB
Disk Space: {{ deploy.machine_hdd }} GB

Expiry date: {{ deploy.date_expire }}
Credit: {{ deploy.credit }}
Network Bandwidth

CPU Load

Memory Usage

Disk Input/Output

Not yet implemented.

{% endfor %}
{% endblock %}