{% set used_space = total_space - unused_space %} {% set used_space_other = used_space - used_space_storage %}
Auslastung HDD (/)
Total: {{ total_space|formatFileSize }}
System: {{ used_space_other|formatFileSize }}
Storage: {{ used_space_storage|formatFileSize }}
frei: {{ unused_space|formatFileSize }}