= $activeSubscriptions ?>
= translate('active_subscriptions', $i18n) ?>
= CurrencyFormatter::format($totalCostPerMonth, $code) ?>
= translate('monthly_cost', $i18n) ?>
= CurrencyFormatter::format($totalCostPerYear, $code) ?>
= translate('yearly_cost', $i18n) ?>
0) {
?>
= CurrencyFormatter::format($costPerDay, $code) ?>
= translate('cost_per_day', $i18n) ?>
= CurrencyFormatter::format($averageSubscriptionCost, $code) ?>
= translate('average_monthly', $i18n) ?>
= CurrencyFormatter::format($mostExpensiveSubscription['price'], $code) ?>
= translate('most_expensive', $i18n) ?>
= renderThemedLogoImg($mostExpensiveLogoSrc, $mostExpensiveLogoVariantSrc, $mostExpensiveSubscription['logo_text_color'] ?? null, '', 'alt="' . $mostExpensiveSubscription['name'] . '" title="' . $mostExpensiveSubscription['name'] . '"') ?>
= $mostExpensiveSubscription['name'] ?>
= CurrencyFormatter::format($cheapestSubscription['price'], $code) ?>
= translate('cheapest_subscription', $i18n) ?>
= renderThemedLogoImg($cheapestLogoSrc, $cheapestLogoVariantSrc, $cheapestSubscription['logo_text_color'] ?? null, '', 'alt="' . $cheapestSubscription['name'] . '" title="' . $cheapestSubscription['name'] . '"') ?>
= $cheapestSubscription['name'] ?>
= CurrencyFormatter::format($amountDueThisMonth, $code) ?>
= translate('amount_due', $i18n) ?>
0) {
?>
= $manualRenewalsCount ?>
= translate('manual_renewals', $i18n) ?>