\n
\n {{ t('business.upgrade.plan.seats') }}\n
\n \n {{\n t('business.upgrade.plan.at_price', {\n // Yearly prices need to be divided by 12 for comparison with monthly prices\n price: formatCurrency(cycle === 'monthly' ? seatPrice : seatPrice / 12, currency),\n })\n }}\n \n {{ ' ' }}\n {{ t('billing.billing_cycle.per_month') }}\n
\n