{{ w.host }}
{{ w.gpu }}
{% if w.online %}online{% else %}offline{% endif %}
{% if w.online %}
VRAM
{{ w.vram_used_mib }} / {{ w.vram_total_mib }} MiB
GPU
{{ w.gpu_util_pct }}%
{% if w.gpu_temp_c is not none %}{{ w.gpu_temp_c }}°C{% endif %}
{% if w.gpu_power_w is not none %}{{ w.gpu_power_w }}W{% endif %}
/ {{ w.disk_avail }} dispo
{{ w.disk_used_pct }} utilisé
{% else %}
{{ w.error or "unreachable" }}
{% endif %}