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

{{ _("Billing") }}

{% if admin_access %}

Your current plan is {{ plan_name }}

You are paying for {{ seat_count }} users.

Your plan will renew on {{ renewal_date }} for ${{ renewal_amount }}.

{% if account_charges %}

You have ${{ account_charges }} in charges that will be added to your next bill.

{% elif account_credits %}

You have ${{ account_credits }} in credits that will be automatically applied to your next bill.

{% endif %}

Current payment method: {{ payment_method }}

{% if not billed_by_invoice %} {% endif %}
Card updated. The page will now reload.
{% else %}

You must be an organization administrator or a billing administrator to view this page.

{% endif %}
{% endblock %}