diff --git a/system/author/auth/setup.twig b/system/author/auth/setup.twig
index 5c1a156..45b8deb 100644
--- a/system/author/auth/setup.twig
+++ b/system/author/auth/setup.twig
@@ -7,11 +7,13 @@
{% if systemcheck %}
Missing Requirements
-
- {% for systemerror in systemcheck %}
- - {{ systemerror }}
- {% endfor %}
-
+ {% if systemcheck.error %}
+
+ {% for systemerror in systemcheck.error %}
+ - {{ systemerror }}
+ {% endfor %}
+
+ {% endif %}
{% endif %}
@@ -48,4 +50,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}