diff --git a/templates/corporate/billing.html b/templates/corporate/billing.html index ce900b6b83..efa9694bf9 100644 --- a/templates/corporate/billing.html +++ b/templates/corporate/billing.html @@ -45,8 +45,41 @@ {{ licenses }} (managed automatically) {% else %} - Licenses are manually managed. You will not be able to add new users to your organization once - you are using all of your licenses. +
+ +
+ +
+ {%if not downgrade_at_end_of_cycle %} + + licenses ({{ seat_count }} in use) +
+ +
+
+ +
+ {% endif %} +
+ Plan updated. The page will now reload. +
{% endif %}

@@ -93,43 +126,6 @@

- {% if not automanage_licenses and not downgrade_at_end_of_cycle %} -
-
-
-

Licenses

-

Number of licenses in the current billing period

-

- You can only increase the number of licenses. -

- -
- -
-
-

Licenses in next renewal

-

- You can increase or decrease the number of licenses. -

- -
- -
-
-
- -
-
-
- Plan updated. The page will now reload. -
- {% endif %} -