diff --git a/cookbook/templates/system.html b/cookbook/templates/system.html
index e0efc107..de68a197 100644
--- a/cookbook/templates/system.html
+++ b/cookbook/templates/system.html
@@ -96,16 +96,16 @@
{{postgres_message}}
-
- {% trans 'Orphaned Files' %}
-
-
- {% if orphans|length == 0 %}{% trans 'Success' %}
- {% elif orphans|length <= 25 %}{% trans 'Warning' %}
- {% else %}{% trans 'Danger' %}
- {% endif %}
-
-
+{# #}
+{# {% trans 'Orphaned Files' %}#}
+{##}
+{# #}
+{# {% if orphans|length == 0 %}{% trans 'Success' %}#}
+{# {% elif orphans|length <= 25 %}{% trans 'Warning' %}#}
+{# {% else %}{% trans 'Danger' %}#}
+{# {% endif %}#}
+{# #}
+{#
#}
{% if orphans|length == 0 %}
{% trans 'Everything is fine!' %}