{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}

Deployments

{% if inv_deploymens == None %} {% for deploy in inv_deployments %} {% endfor %}
Name CPU Mem HDD IPv4 Control
{% if status[deploy.machine_id] == 'running' %}{% else %}{% endif %}{{ deploy.machine_alias }} {{ deploy.machine_cpu }} Cores {{ deploy.machine_mem }} MB {{ deploy.machine_hdd }} GB {% for ip in deploy.machine_ipv4list %}{{ ip }}{% endfor %} {% if status[deploy.machine_id] == 'running' %} {% else %} {% endif %} {% if status[deploy.machine_id] == 'running' %} {% endif %}
{% endif %}

Domains

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

Services

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

{% endblock %}