support: Add remote realm current plan data to support view.

This commit is contained in:
Lauryn Menard 2023-12-11 17:40:42 +01:00 committed by Tim Abbott
parent 7186f75b58
commit 6f3e1cf653
1 changed files with 9 additions and 0 deletions

View File

@ -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 %}