mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
support: Update support view PlanData to use "complimentary access".
Prep for implementing a complimentary access plan for Zulip Cloud.
This commit is contained in:
committed by
Tim Abbott
parent
1297541059
commit
10b2e2a092
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user