💸 Discount and sponsorship information:

Sponsorship pending: {{ sponsorship_data.sponsorship_pending }}
{% if sponsorship_data.default_discount %} Discount: {{ sponsorship_data.default_discount }}%
{% else %} Discount: None
{% endif %} Minimum licenses: {{ sponsorship_data.minimum_licenses }}
{% if sponsorship_data.required_plan_tier %} {% for plan_tier in REMOTE_PLAN_TIERS %} {% if sponsorship_data.required_plan_tier == plan_tier.value %} Required plan tier: {{ plan_tier.name }}
{% endif %} {% endfor %} {% else %} Required plan tier: None
{% endif %}
{% if sponsorship_data.sponsorship_pending %} {% with %} {% set latest_sponsorship_request = sponsorship_data.latest_sponsorship_request %} {% include 'corporate/support/sponsorship_request_details.html' %} {% endwith %} {% endif %}