{% extends "base.html" %} {% block title %}QUADS Available Hosts{% endblock %} {% block page_content %}
| # | Hostname | Cloud | Model | {% if show_gpu %}GPU | {% endif %}Disks | ||
|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ host["name"] }} | {{ host["cloud"]["name"] }} | {{ host["model"] }} | {% if show_gpu %} {% if host.processors and host.processors|selectattr("processor_type", "equalto", "GPU")|list %}{% else %} | ❌ | {% endif %} {% endif %} {% if host.disks %}{% else %} | ❌ | {% endif %}