{#if isCloud && showAlert}
{@const services = overflowingServices
.map((s) => {
return s.name.toLocaleLowerCase();
})
.join(', ')}
{#if services.length}
You are limited to {limit}
{title.toLocaleLowerCase()} per project on the {tier} plan.
{#if $organization?.billingPlan === BillingPlan.FREE}Upgrade
for additional {title.toLocaleLowerCase()}.
{/if}
You are limited to {limit}
{title.toLocaleLowerCase()} per organization on the {tier} plan.
($showUsageRatesModal = true)}
>Excess usage fees will apply.
You are limited to {limit}
{title.toLocaleLowerCase()} per organization on the {tier} plan.
{#if $organization?.billingPlan === BillingPlan.FREE}
Upgrade
for additional {title.toLocaleLowerCase()}.
{/if}