{% if backends %}
| Partition | Idle/Total CPUs | {% if has_gpus %}Idle/Total GPUs | {% endif %}Nodes | Mem/Node | Timelimit | Features |
|---|---|---|---|---|---|---|
| {{ p.name }}{% if p.is_default %}*{% endif %} {% if p.state and p.state != 'up' %}({{ p.state }}){% endif %} | {{ p.cpus_idle }} / {{ p.cpus_total }} | {% if has_gpus %}{% if p.gpus_total %}{{ p.gpus_idle }} / {{ p.gpus_total }}{% if p.gpu_types %}{{ p.gpu_types }}{% endif %}{% else %}—{% endif %} | {% endif %}{{ p.nodes_total }} | {% if p.mem_per_node_mb %}{{ (p.mem_per_node_mb // 1024) }}G{% else %}—{% endif %} | {{ p.timelimit or '—' }} | {{ p.features or '—' }} |
No backends configured
{% endif %}