diff --git a/templates/corporate/billing/billing.html b/templates/corporate/billing/billing.html index 8940f25b11..a8eccd95ff 100644 --- a/templates/corporate/billing/billing.html +++ b/templates/corporate/billing/billing.html @@ -158,9 +158,15 @@
diff --git a/templates/corporate/billing/upgrade.html b/templates/corporate/billing/upgrade.html index 54d3ba02e7..9b0e40535e 100644 --- a/templates/corporate/billing/upgrade.html +++ b/templates/corporate/billing/upgrade.html @@ -207,16 +207,30 @@

Your subscription will renew automatically. Your bill will vary based on the number of active users in your organization. You can also purchase a fixed number of licenses instead. - See here for details. + {% if is_self_hosting_management_page %} + See here for details. + {% else %} + See here for details. + {% endif %}

{% else %}

Your subscription will renew automatically. You will be able to manage the number of licenses on your organization's billing page. {% if not page_params.setup_payment_by_invoice %} - You can also choose automatic license management instead. + You can also choose automatic license management instead. + {% if is_self_hosting_management_page %} + See here for details. + {% else %} + See here for details. + {% endif %} + {% else %} + {% if is_self_hosting_management_page %} + See here for details. + {% else %} + See here for details. + {% endif %} {% endif %} - See here for details.

{% endif %}