{% if sponsorship_data.sponsorship_pending %}
{% endif %}
{% with %}
{% set PLAN_TYPES = REMOTE_PLAN_TIERS %}
{% include 'corporate/support/sponsorship_discount_forms.html' %}
{% endwith %}
{% if sponsorship_data.sponsorship_pending %}
{% with %}
{% set latest_sponsorship_request = sponsorship_data.latest_sponsorship_request %}
{% include 'corporate/support/sponsorship_request_details.html' %}
{% endwith %}
{% endif %}