diff --git a/plinth/modules/storage/templates/storage.html b/plinth/modules/storage/templates/storage.html
index e8776878a..e71493f04 100644
--- a/plinth/modules/storage/templates/storage.html
+++ b/plinth/modules/storage/templates/storage.html
@@ -38,21 +38,24 @@
{{ disk.mount_points|join:" " }} |
{{ disk.filesystem_type }} |
-
- {% if disk.percent_used < 75 %}
-
- {{ disk.percent_used }}%
-
-
- {{ disk.used_str }} / {{ disk.size_str }}
+ {% if 'percent_used' in disk %}
+
+
+ {{ disk.percent_used }}%
+
+
+ {{ disk.used_str }} / {{ disk.size_str }}
+ {% endif %}
|
{% if disk.is_removable %}
|