{% extends 'frontend/enclosures/enclosure.html' %} {% block tabcontent %} {% include 'frontend/snippet.filterbar.html' %} {% include 'frontend/snippet.paginator.html' %}
{% if machines %} {% if view == 'virtual' %}{% endif %} {% if view != 'free' and view != 'my' %}{% endif %} {% for machine in machines %} {% if view == 'virtual' %} {% endif %} {% if view != 'free' and view != 'my' %} {% endif %} {% endfor %}
FQDN       Active DistributionReserved ByCPU RAM (GB)
{{ machine.fqdn }} {% if machine.administrative or machine.system.administrative %} {% endif %} {% if machine.system.virtual %} {% endif %} {% if machine.is_bmc %} {% endif %} {% if machine.vm_dedicated_host %} {% endif %} {% if machine.bmc %} {% endif %} {% if machine.serialconsole %} {% endif %} {% if machine.remotepower %} {% endif %} {{ machine.get_active_distribution.distribution|truncatechars:50 }}{{ machine.reserved_by|default_if_none:" " }}{{ machine.cpu_cores }}x {{ machine.cpu_model }} {{ machine.ram_amount }}
{% include 'frontend/snippet.paginator.html' %} {% else %}
No machines found!
{% endif %}
{% endblock %}