+ {t("paid-checkbox")}
+ {paid ?
+ {t("payed-amount")} + {payedAmount ? payedAmount/100 : ""} +
+ + { + notes ? + +{t("notes-placeholder")}
++ {notes} +
+ + : null + } + { + attachment ? + +{t("attachment")}
+ +{t.rich('barcode-disclaimer', { br: () =>
})}
+ { t("payed-total-label") } ${formatCurrency(monthlyExpense)} +
+ : null + } +