{% load handyhelper_tags %} {% if data %}
Total:
{{ data.total|byte_size }}
Used:
{{ data.used|byte_size }}
Free:
{{ data.free|byte_size }}
Percent:
{{ data.percent }}%
{% else %}
data not available for this partition
{% endif %}