{% extends "zerver/portico.html" %} {% block customhead %} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/gradients.html' %} {% include 'zerver/landing_nav.html' %}
{% if error_message %}
{{ error_message }}
{% else %}
Zulip Cloud subscription for {{ realm_name }}
{% if payment_method_added %}
The card has been saved successfully.
{% endif %} {% if num_cards %}
{% if num_cards > 1 %} You have {{ num_cards }} saved cards. {% else %} You have one saved card. {% endif %}
{% endif %}

Premium

Make Zulip your home

  • Full search history
  • File storage up to 10 GB per user
  • Full access to enterprise features like Google and GitHub OAuth
  • Priority commercial support
  • Funds the Zulip open source project
8
per active user, per month
"$80/year billed annually"
{{ csrf_input }}
{% endif %}
{% endblock %}