{% load filters %}
| MAC Address | {{ machine.mac_address }} |
| CPU Sockets / Cores / Threads | {{ machine.cpu_physical }} / {{ machine.cpu_cores }} / {{ machine.cpu_threads }} |
| RAM (GB) | {{ machine.ram_amount|divide:1024 }} |
| BIOS Version | {{ machine.bios_version }} |
| BIOS Date | {{ machine.bios_date }} |
| IPMI Supported | {{ machine.ipmi|boolean_image:15|safe }} |
| EFI Booted | {{ machine.efi|boolean_image:15|safe }} |
| VM Capable | {{ machine.vm_capable|boolean_image:15|safe }} |
| Dedicated VM Host | {{ machine.vm_dedicated_host|boolean_image:15|safe }} |
| Installed Distribution | {{ machine.get_active_distribution.distribution }} |
| Hypervisor | {{ machine.hypervisor }} ({{ machine.hypervisor.virtualization_api }}) |
| Kernel Options | {{ machine.kernel_options }} |