{% 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 page_params.free_trial_days %} Start free trial of {% else %} Upgrade {{ customer_name }} to {% endif %} {{ plan }}

{% if pay_by_invoice_payments_page %}
{% if is_free_trial_invoice_expired_notice %} Your free trial of {{ free_trial_invoice_expired_notice_page_plan_name }} has expired. An invoice for ${{ scheduled_upgrade_invoice_amount_due }} has been sent to {{ stripe_email }}. To reactivate your {{ free_trial_invoice_expired_notice_page_plan_name }} plan, please pay the amount due. Once the invoice has been paid, reload this page to see billing details. {% else %} An invoice {% if fixed_price_plan %} for $ {% endif %} {% if scheduled_upgrade_invoice_amount_due %} for ${{ scheduled_upgrade_invoice_amount_due }} {% endif %} has been sent to {{ stripe_email }}. To complete the plan upgrade process, please pay the amount due. Once the invoice has been paid, reload this page to see billing details. {% endif %}
{% else %}
{% if page_params.setup_payment_by_invoice %} {% else %} {% endif %}
{% if page_params.free_trial_days %}
{% if page_params.setup_payment_by_invoice %} An invoice will immediately be sent to {{ stripe_email }}. To ensure continuous access to Zulip Basic, please pay your invoice before your free trial ends on {{ free_trial_end_date }}. {% else %} Add a credit card to start your {{ page_params.free_trial_days }}-day free trial of {{ plan }}. Your card will not be charged if you cancel in the first {{ page_params.free_trial_days }} days. {% endif %}
{% 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 page_params.free_trial_days and not page_params.setup_payment_by_invoice %} {% 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 page_params.flat_discounted_months > 0 %}
$/month off ({{ page_params.flat_discounted_months }} {{ "month" if page_params.flat_discounted_months == 1 else "months" }} remaining) {% else %}
Includes: % discount {% endif %}

$

{% if page_params.free_trial_days and not manual_license_management %} 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 page_params.free_trial_days %} {% else %}
{% if fixed_price_plan %}

This is a fixed-price plan. You will be contacted by Zulip Sales a couple of months before the plan ends to discuss plan renewal.

{% elif not manual_license_management %}

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. {% if is_self_hosting_management_page %} See here for details. {% else %} 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. {% if not page_params.setup_payment_by_invoice %} You can also choose automatic license management instead. {% if is_self_hosting_management_page %} See here for details. {% else %} See here for details. {% endif %} {% else %} {% if is_self_hosting_management_page %} See here for details. {% else %} See here for details. {% endif %} {% endif %}

{% endif %}
{% endif %} {% if not is_demo_organization %}
{% if page_params.setup_payment_by_invoice %} {% elif payment_method %}
{{ payment_method }}
{% endif %}
{% if not fixed_price_plan %} {% if page_params.setup_payment_by_invoice %} or pay by card {% else %} or pay by invoice {% endif %} {% endif %}
{% if not page_params.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 %}
{% if page_params.setup_payment_by_invoice %} {% endif %} {% endblock %}