{% extends "zerver/portico.html" %} {% set entrypoint = "upgrade" %} {% block title %} {{ _("Upgrade") }} | Zulip {% endblock %} {% block portico_content %}
{% if is_self_hosting_management_page and is_sponsorship_pending %}
This organization has requested sponsorship for a {% if sponsorship_plan_name == "Business" %} discounted {% endif %} {{ sponsorship_plan_name }} plan.
Contact Zulip support with any questions or updates.
{% endif %} {% if success_message %}
{{ success_message }}
{% endif %}

{% if free_trial_days %} Start free trial of {% else %} Upgrade {{ customer_name }} to {% endif %} {{ plan }}

{% if pay_by_invoice_payments_page %}
An invoice for $ has been sent to {{email}}. To complete the plan upgrade process, please pay the amount due.
{% else %}
{% if free_trial_days %}
Add a credit card to start your {{ free_trial_days }}-day free trial of {{ plan }}. Your card will not be charged if you cancel in the first {{ free_trial_days }} days.
{% 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 free_trial_days %} {% else %}
{% endif %} {% if remote_server_legacy_plan_end_date %}
{% endif %} {% if manual_license_management %}
{% else %} {% endif %} {% if remote_server_legacy_plan_end_date %}

$0

{% endif %}
{% if fixed_price_plan %}

$

{% else %} $ ($ x {% if not manual_license_management %} {{ seat_count }} {% else %} {{ seat_count }} {% endif %} {{ 'user' if seat_count == 1 else 'users' }} x ) {% if discount_percent %}
Includes: {{ discount_percent }}% discount {% endif %} {% if page_params.flat_discounted_months > 0 %}
$/month off ({{ page_params.flat_discounted_months }} {{ "month" if page_params.flat_discounted_months == 1 else "months" }} remaining) {% endif %}

$

{% if free_trial_days %} Your actual bill will depend on the number of active users in your organization. {% endif %} {% if not manual_license_management and using_min_licenses_for_plan %} Minimum purchase for this plan: {{ min_licenses_for_plan }} licenses {% endif %} {% endif %}
{% if free_trial_days %} {% elif not manual_license_management %}

{% if fixed_price_plan %} This is a fixed-price plan. {% endif %} Your subscription will renew automatically. {% if not fixed_price_plan %} 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 %}

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 %} {% if not is_demo_organization %}
{% if payment_method %}
{{ payment_method }}
{% endif %}
{% if not free_trial_days and payment_method %}
{% if not manual_license_management %} View and update billing information that will be displayed on your invoice and receipt. {% else %} View and update billing information that will be displayed on your invoice and receipt. {% endif %}
{% endif %}
{% endif %}
{% if manual_license_management %} {% endif %}
{% endif %}
{% endblock %}