Back to Zulip

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

templates/corporate/billing/sponsorship.html

12.02.1 KB
Original Source

{% 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 is_remotely_hosted and sponsorship_plan_name != "Community" %} 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 }}

Your plan {% if is_sponsored %} {{ sponsorship_plan_name }} {% elif complimentary_access %} Zulip Basic (complimentary access) {% else %} {{ plan_name }} {% endif %}

{% if is_sponsored %}


To make changes to your plan or view your billing history contact Zulip support.

{% endif %}

{% else %}

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

Organization {{ org_name }}

{% for org_type in sorted_org_types %} {% if not org_type[1].hidden %} {{ _(org_type[1].name) }} {% endif %} {% endfor %} Organization type {% if is_remotely_hosted %} {% endif %}

{% if is_remotely_hosted %}

Community Basic (discounted) Business (discounted) Requested plan {% endif %} Organization website (if any)

Description of your organization

How do you plan to use Zulip?

Expected number of users (approximate range)

How many paid staff does your organization have?

Description of paid staff (if any)

Submit

{% endif %} {% endblock %}