diff --git a/src/pretix/control/templates/pretixcontrol/items/quota.html b/src/pretix/control/templates/pretixcontrol/items/quota.html
index c866e2081..8edac0886 100644
--- a/src/pretix/control/templates/pretixcontrol/items/quota.html
+++ b/src/pretix/control/templates/pretixcontrol/items/quota.html
@@ -4,9 +4,9 @@
{% block title %}{% trans "Quota" %}{% endblock %}
{% block inside %}
{% trans "Quota" %}
-
-
-
-
-
+ {% if quota.pk and quota.size != None %}
+
+
+
+ {% endif %}
+
+
+
+
+
{% endblock %}