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

Deployments

{% 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 addr in deploy.machine_addresses %}{{ addr.ip }}
{% endfor %}
{% if status[deploy.machine_id] == 'running' %} {% else %} {% endif %} {% if status[deploy.machine_id] == 'running' %} {% endif %}
Domains

{% for domain in inv_domains %} {% endfor %}
Name Expiry Date Control
{{ domain.fqdn }} {{ domain.date_expire }} soon...
Addresses

{% for address in inv_addresses %} {% endfor %}
IP MAC Addr. Reverse DNS Control
{{ address.ip }} {{ address.macaddr }} {{ address.rdns }} soon...
Services

{% for service in inv_services %} {% endfor %}
Name Description Unit Price
{{ service.name }} {{ service.description }} {{ service.unit }} {{ service.unitprice }}
{% endblock %}