diff --git a/src/pretix/control/templates/pretixcontrol/checkin/checkins.html b/src/pretix/control/templates/pretixcontrol/checkin/checkins.html
index 3b87cf2d9c..40589b141f 100644
--- a/src/pretix/control/templates/pretixcontrol/checkin/checkins.html
+++ b/src/pretix/control/templates/pretixcontrol/checkin/checkins.html
@@ -74,17 +74,17 @@
{{ c.datetime|date:"SHORT_DATETIME_FORMAT" }}
{% if c.type == "exit" %}
{% if c.auto_checked_in %}
-
{% endif %}
{% elif c.forced and c.successful %}
-
{% elif c.forced and not c.successful %}
{% trans "Failed in offline mode" %}
{% elif c.auto_checked_in %}
-
{% endif %}
diff --git a/src/pretix/control/templates/pretixcontrol/fragment_quota_box.html b/src/pretix/control/templates/pretixcontrol/fragment_quota_box.html
index 0d7ddf490d..82b1a16f1f 100644
--- a/src/pretix/control/templates/pretixcontrol/fragment_quota_box.html
+++ b/src/pretix/control/templates/pretixcontrol/fragment_quota_box.html
@@ -1,6 +1,6 @@
{% load i18n %}