+ {
+ monthlyExpense > 0 ?
+
+
+
+ {t("payed-total-label")} {formatCurrency(monthlyExpense, currency ?? "EUR")}
+
+
+
+ : null
+ }
+ {seenByTenantAt && (
+
+
+
+ {t("seen-by-tenant-label")} at {seenByTenantAt.toLocaleString()}
+
+
+
+ )}
+ {utilBillsProofOfPaymentUploadedAt && (
+
+
+
+ {t("download-proof-of-payment-label")}
+
+
+
+ )}
- )}
- {utilBillsProofOfPaymentUploadedAt && (
-
-
- )}
- >: null
+