{t('payments.subtitle')}
{openInvoices.length > 0 ? t('payments.invoicesOpenSummary', { count: openInvoices.length, total: formatCurrency(openTotal), }) : t('payments.noOpenInvoices')}
{batches.length > 0 ? t('payments.batchSummary', { count: batches.length, total: formatCurrency(sepaTotal), }) : t('payments.noBatchesFound')}