{% load static %} {% load i18n %} {% include 'header.html' %}
{% include 'sidebar.html' %}

{{ compute.name }}

{% include 'errors.html' %}

{% trans "Basic details" %}

{% trans "Connection" %} {{ uri_conn }}
{% trans "Hostname" %} {{ hostname }}
{% trans "Hypervisor" %} {{ hypervisor }}
{% trans "Memory" %} {{ host_memory|filesizeformat }}
{% trans "Logical CPUs" %} {{ logical_cpu }}
{% trans "Processor" %} {{ model_cpu }}
{% trans "Architecture" %} {{ host_arch }}
{% include 'footer.html' %}