mirror of https://github.com/zulip/zulip.git
support: Add remote realm current plan data to support view.
This commit is contained in:
parent
7186f75b58
commit
6f3e1cf653
|
@ -19,3 +19,12 @@
|
|||
{% include 'analytics/sponsorship_forms_support.html' %}
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
|
||||
{% if plan_data[remote_realm.id].current_plan %}
|
||||
<div class="remote-realm-information">
|
||||
{% with %}
|
||||
{% set plan_data = plan_data[remote_realm.id] %}
|
||||
{% include 'analytics/current_plan_details.html' %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue