templates/corporate/plans.html
{% extends "zerver/base.html" %} {% set entrypoint = "plans-page" %} {% set PAGE_TITLE = "Plans and pricing | Zulip" %} {% set PAGE_DESCRIPTION = "Sign up for a managed cloud solution, or self-host our 100\x25 open-source software. Get started for free." %} {% block content %} {% if not is_self_hosted_realm %} {% include 'zerver/marketing_nav.html' %} {% endif %}
{% include "corporate/pricing_model.html" %}
Wondering if your organization will qualify, but not ready to request sponsorship yet? E-mail us at [email protected].
To discuss enterprise pricing and services , or for any other questions, contact [email protected].
{% if is_self_hosted_realm %} Apply here {% else %} Log in to apply {% endif %}
Contact [email protected] with further questions or to discuss Enterprise pricing.
{% include "corporate/comparison_table_integrated.html" %}
{% if not is_self_hosted_realm %} {% include 'zerver/footer.html' %} {% endif %} {% endblock %}