{% extends "zerver/portico.html" %} {% set entrypoint = "upgrade" %} {% block customhead %} {% endblock %} {% block content %}
{% include 'zerver/billing_nav.html' %}

๐Ÿš€ {% trans %}Upgrade to {{ plan }}{% endtrans %}

{% if free_trial_days %}
Upgrade now to start your {{ free_trial_days }} day Free Trial of Zulip Standard.
{% endif %} {% if error_message %}
{{ error_message }}
{% endif %}
{% if free_trial_days %}

You won't be charged during the Free Trial. You can also downgrade back to Zulip Limited during the Free Trial.

{% endif %}

{{ _("Payment schedule") }}

{{ _("License management") }}

{% if free_trial_days %} After the Free Trial, you’ll be charged $ for {{ seat_count }} 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 %} You’ll initially be charged $ for {{ seat_count }} 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. {% endif %}

{% 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 %} Enter the number of users you would like to pay for.
You'll need to manually add licenses to add or invite additional users. {% endif %}

Number of licenses (minimum {{ seat_count }})


Upgrade complete! The page will now reload.

{{ _("Payment schedule") }}

{% if free_trial_days %} Enter the number of users you would like to pay for.
We'll email you an invoice after the Free Trial. Invoices can be paid by ACH transfer or credit card. {% else %} Enter the number of users you would like to pay for.
We'll email you an invoice in 1-2 hours. Invoices can be paid by ACH transfer or credit card. {% endif %}

Number of licenses (minimum {{ min_invoiced_licenses }})


Upgrade complete! The page will now reload.
{% endblock %}