{% 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 {{ sponsored_plan_name }} plan for this organization. 🎉 {% else %} This organization has requested sponsorship for a {{ sponsored_plan_name }} plan. Contact Zulip support with any questions or updates. {% endif %}

Zulip {% if is_remotely_hosted %} {% else %} Cloud {% endif %} billing for {{ org_name }}

{% if is_sponsored %}
{% endif %}
{% else %}

Request Zulip {% if is_remotely_hosted %} {% else %} Cloud {% endif %} sponsorship

{{ org_name }}

{% endif %} {% endblock %}