{% extends "zerver/portico.html" %}
{% set entrypoint = "sponsorship" %}
{% block title %}
{% if is_sponsored or is_sponsorship_pending %}
Zulip
{% if is_remotely_hosted %}
{% else %}
Cloud
{% endif %}
billing for {{ org_name }}
{% else %}
Request Zulip
{% if is_remotely_hosted %}
{% else %}
Cloud
{% endif %} sponsorship
{% endif %}
{% endblock %}
{% block portico_content %}
{% if is_sponsored or is_sponsorship_pending %}
{% if is_sponsored %}
Zulip is sponsoring a free {{ sponsorship_plan_name }} plan for this organization. 🎉
{% else %}
This organization has requested sponsorship for a
{% if sponsorship_plan_name == "Business" %}
discounted
{% endif %}
{{ sponsorship_plan_name }} plan. Contact Zulip support with any questions or updates.
{% endif %}
Zulip
{% if is_remotely_hosted %}
{% else %}
Cloud
{% endif %}
billing for {{ org_name }}