{% extends "zerver/portico.html" %} {% block page_params %} {# Insert parameters, which have been encoded with JSONEncoderForHTML. #} {% endblock %} {% block customhead %} {{ render_bundle('landing-page') }} {{ render_bundle('billing') }} {% endblock %} {% block content %}
{% include 'zerver/billing_nav.html' %} {{ render_bundle('translations') }}

{% trans %}Upgrade to {{ plan }}{% endtrans %}

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

{{ _("Payment schedule") }}

{{ _("License management") }}

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.

Enter the number of users you would like to pay for.
You'll need to manually add licenses to add or invite additional users.

Number of licenses (minimum {{ seat_count }})


Enter the number of users you would like to pay for.
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.

Number of licenses (minimum {{ seat_count }})


Upgrade complete! The page will now reload.

{{ _("Payment schedule") }}

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.

Number of users (minimum {{ min_invoiced_licenses }})


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