diff --git a/templates/corporate/billing.html b/templates/corporate/billing.html index dbb4b94f3d..c5bc37c39b 100644 --- a/templates/corporate/billing.html +++ b/templates/corporate/billing.html @@ -216,12 +216,13 @@ {%- else %} {{ "1 month" if billing_frequency == "Monthly" else "12 months" }} {%- endif -%}) - {% if using_min_licenses_for_plan %} - (minimum purchase) - {% endif %} {% if discount_percent %}
- Includes {{ discount_percent }}% discount. + Includes: {{ discount_percent }}% discount + {% endif %} + {% if using_min_licenses_for_plan %} +
+ Minimum purchase for this plan: 10 licenses {% endif %} {% endif %} {% endif %} diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html index 7660127f61..a4ff640917 100644 --- a/templates/corporate/upgrade.html +++ b/templates/corporate/upgrade.html @@ -134,12 +134,13 @@ {{ 'user' if seat_count == 1 else 'users' }} x - {% if not manual_license_management and using_min_licenses_for_plan %} - (minimum purchase) - {% endif %} {% if discount_percent %}
- Includes {{ discount_percent }}% discount. + Includes: {{ discount_percent }}% discount + {% endif %} + {% if not manual_license_management and using_min_licenses_for_plan %} +
+ Minimum purchase for this plan: 10 licenses {% endif %}

$

{% if free_trial_days %}