support: Update support view PlanData to use "complimentary access".

Prep for implementing a complimentary access plan for Zulip Cloud.
This commit is contained in:
Lauryn Menard
2025-01-21 13:41:12 +01:00
committed by Tim Abbott
parent 1297541059
commit 10b2e2a092
2 changed files with 9 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
{% if plan_data.current_plan.discount %}
<b>Discount</b>: {{ plan_data.current_plan.discount }}%<br />
{% endif %}
{% if plan_data.is_legacy_plan %}
{% if plan_data.is_complimentary_access_plan %}
<b>End date</b>: {{ plan_data.current_plan.end_date.strftime('%d %B %Y') }}<br />
{% else %}
<b>Licenses</b>: {{ plan_data.licenses_used }}/{{ plan_data.licenses }} ({% if plan_data.current_plan.automanage_licenses %}Automatic{% else %}Manual{% endif %})<br />