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 @@
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 %}
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.