diff --git a/contrib/report_builders/templates/jinja2_report.html b/contrib/report_builders/templates/jinja2_report.html
index b53d4f2aa280e2bc6fcce04fb5dc31adb6166b07..2f69b18b12a3cd027638b06f694977e602a30787 100644
--- a/contrib/report_builders/templates/jinja2_report.html
+++ b/contrib/report_builders/templates/jinja2_report.html
@@ -188,6 +188,9 @@
 </div>
 <div id="password_auth">
     <div class="section_head password_auth_warning">Instance with enabled password authentication:</div>
+    {% if data.password_auth_enabled | length == 0 %}
+        None
+    {% endif %}
     <ol class="ip_list">
         {% for ip in data.password_auth_enabled %}
             <li>{{ ip }}</li>