diff --git a/web/templates/_wohnungen_body.html b/web/templates/_wohnungen_body.html
index 09c641d..2c3cef9 100644
--- a/web/templates/_wohnungen_body.html
+++ b/web/templates/_wohnungen_body.html
@@ -146,8 +146,10 @@
- {% if apply_allowed and not (item.last and item.last.success == 1) %}
{% set is_running = item.last and item.last.finished_at is none %}
+ {% set is_success = item.last and item.last.success == 1 %}
+ {% if not is_success %}
+ {% if apply_allowed %}