diff --git a/handlers.py b/handlers.py
index 27ff3d3..2034d3f 100644
--- a/handlers.py
+++ b/handlers.py
@@ -685,32 +685,30 @@ def handle_subscriptions(msg=""):
subs = db.execute("SELECT * FROM subscriptions ORDER BY id DESC").fetchall()
finally:
return_db(db)
- items = ""
+ cards = ""
for s in subs:
auto_label = "on" if s["auto_sync"] else "off"
last = s["last_sync"] or "never"
- items += (
- f'
'
- f'
{esc(s["name"] or "unknown")} {esc(s["dest_hash"])}