{% load static %} {% load i18n %} {% include 'header.html' %}
| {% 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 }} |