{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}
{% if inv_deploymens == None %}
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 %} |
{% for domain in inv_domains %} {{ fqdn }} {% endfor %}
{% for contract in inv_contracts %}
{{ contract.description }}
{{ contract.units }}
{% if not contract.discount == 0 %}
Discount %{{ contract.discount }}
Credit: {{ contract.credit }}
{% endif %}
{% endfor %}