{c.homeowner?.unit_number || "—"}
diff --git a/src/routes/collections.$collectionId.tsx b/src/routes/collections.$collectionId.tsx
index a8665e3..7e62441 100644
--- a/src/routes/collections.$collectionId.tsx
+++ b/src/routes/collections.$collectionId.tsx
@@ -67,6 +67,7 @@ import { SearchableSelect } from "@/components/ui/searchable-select";
import { toast } from "sonner";
import { spawnNextCollectionWorkflowTask } from "@/lib/workflow-chain";
import { ApplyCollectionWorkflowDialog } from "@/components/collections/apply-collection-workflow-dialog";
+import { StatusFlagBadges } from "@/components/collections/status-flag-badges";
export const Route = createFileRoute("/collections/$collectionId")({
component: CollectionDetailRoute,
@@ -356,8 +357,49 @@ function CollectionDetailRoute() {
Closed{collection.closed_at ? ` · ${formatDate(collection.closed_at)}` : ""}
)}
+
+
+