{% extends "zerver/portico.html" %} {% block customhead %} {{ render_bundle('landing-page') }} {% endblock %} {% block content %}
{% include 'zerver/billing_nav.html' %} {{ render_bundle('translations') }}

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

{{ csrf_input }}

{{ _("Payment schedule") }}

You’ll initially be charged XXX for {{ seat_count }} users. You’ll receive prorated charges and credits as users are added, deactivated, or become inactive.

We can also bill by invoice for annual contracts over $2,000. Contact support@zulipchat.com to pay by invoice or for any other billing questions.

{% endblock %}