{% extends "base.html" %} {% load staticfiles %} {% block content %}

Available at

Expand
    {% for lab in hostprofile.labs.all %}
  • {{lab.name}}
  • {% endfor %}

RAM

Expand
{{hostprofile.ramprofile.first.amount}}G, {{hostprofile.ramprofile.first.channels}} channels

CPU

Expand
Arch: {{hostprofile.cpuprofile.first.architecture}}
Cores: {{hostprofile.cpuprofile.first.cores}}
Sockets: {{hostprofile.cpuprofile.first.cpus}}

Interfaces

Expand
{% for intprof in hostprofile.interfaceprofile.all %} {% endfor %}
Name: {{intprof.name}}
Speed: {{intprof.speed}}

Disk

Expand
Size: {{hostprofile.storageprofile.first.size}} GiB
Type: {{hostprofile.storageprofile.first.media_type}}
Mount Point: {{hostprofile.storageprofile.first.name}}
{% endblock content %}