- You are limited to {limit} - {title.toLocaleLowerCase()} per project on the {tier} plan. - . -
- {:else} + {#if hasProjectLimitation}Your are limited to {limit} {title.toLocaleLowerCase()} per project on the {tier} plan. - {#if $organization?.billingPlan === 'tier-0'} + {#if $organization?.billingPlan === 'tier-0'} for addtional {title.toLocaleLowerCase()}. {/if}
+ {:else if hasUsageFees} ++ You are limited to {limit} + {title.toLocaleLowerCase()} per project on the {tier} plan. + . +
{/if}