{% extends "zerver/portico.html" %} {% set entrypoint = "sponsorship" %} {% set PAGE_TITLE = "Request Zulip Cloud sponsorship" %} {% block portico_content %} {% if is_sponsored %}

Zulip Cloud billing for {{realm_name}}

Zulip is sponsoring free Zulip Cloud Standard hosting for this organization. 🎉

{% elif is_sponsorship_pending %}

Sponsorship request pending for {{realm_name}}

This organization has requested sponsorship for a free or discounted Zulip Cloud Standard plan.

Please feel free to contact Zulip support with any questions or updates to your request.

{% else %}

Request Zulip Cloud sponsorship

{{ realm_name }}

{% endif %} {% endblock %}