{% extends "zerver/portico.html" %} {% set entrypoint = "upgrade" %} {% block title %} {{ _("Upgrade") }} | Zulip {% endblock %} {% block portico_content %}

Upgrade {{ realm.name }} to {% if free_trial_days %} Zulip Cloud Standard free trial {% else %} {{ plan }} {% endif %}

{% if onboarding %} {% endif %} {% if onboarding and free_trial_days %}

Not ready to start your trial? Continue with the Zulip Cloud Free plan.


{% endif %}
{% if free_trial_days %}
Upgrade now to start your {{ free_trial_days }} day free trial of Zulip Cloud Standard!
You won't be charged during the free trial. You can also downgrade to Zulip Cloud Free, our forever free plan, at any time.
{% endif %} {% if is_demo_organization %}
Demo organizations cannot be directly upgraded to a paid plan. Please start by converting your demo organization to a permanent organization.
{% endif %}
{% if manual_license_management %}
{% else %} {% endif %}
$ x {% if not manual_license_management %} {{ seat_count }} {% else %} {{ seat_count }} {% endif %} {{ 'user' if seat_count == 1 else 'users' }} x

$

{% if not manual_license_management %}

{% if free_trial_days %} After the Free Trial, you’ll be charged $ for {{ seat_count }} users (or more if you later add more users).
We'll automatically charge you for additional licenses as users are added, and remove licenses not in use at the end of each billing period. {% else %} Your subscription will renew automatically. Your bill will vary based on the number of active users in your organization. You can also purchase a fixed number of licenses instead. See here for details. {% endif %}

{% else %}

{% if free_trial_days %} Enter the number of users you would like to pay for after the Free Trial.
You'll need to manually add licenses to add or invite additional users. {% else %} Your subscription will renew automatically. You will be able to manage the number of licenses on your organization's billing page. You can also choose automatic license management instead. See here for details. {% endif %}

{% endif %}
{% if error_message %}
{{ error_message }}
{% endif %}
{% endblock %}