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

{{ _("Billing") }}

Plan
{{ plan_name }}

You are paying for {{ seat_count }} users.
Your plan will renew on {{ renewal_date }} for ${{ renewal_amount }}.
{% if prorated_charges %} You have ${{ prorated_charges }} in prorated charges that will be added to your next bill. {% elif prorated_credits %} You have ${{ prorated_credits }} in prorated credits that will be automatically applied to your next bill. {% endif %}

Payment method: {{ payment_method }}.

Contact support@zulipchat.com for billing history or to make changes to your subscription.
{% endblock %}