{t('Plan Name')}
{plan.title}
{t('Validity Period')}
{formatDuration(plan, t)}
{formatResetPeriod(plan, t) !== t('No Reset') && (
{t('Reset Period')}
{formatResetPeriod(plan, t)}
)}
{t('Total Quota')}
{totalAmount > 0 ? totalAmount : t('Unlimited')}
{plan.upgrade_group && (
{t('Upgrade Group')}
)}
{t('Amount Due')}
${price}
{t('Select payment method')}
{(hasStripe || hasCreem || hasWaffoPancake) && (
{hasStripe && (
)}
{hasCreem && (
)}
{hasWaffoPancake && (
)}
)}
{hasEpay && (
)}