{% extends "zerver/portico.html" %} {% set entrypoint = "billing" %} {% block customhead %} {% endblock %} {% block content %}
{% include 'zerver/billing_nav.html' %}

{{ _("Billing") }}

{% if admin_access %}

Your current plan is {{ plan_name }}.

You are using {{ licenses_used }} of {{ licenses }} licenses.

{% if renewal_amount %} Your plan will renew on {{ renewal_date }} for ${{ renewal_amount }}. {% else %} Your plan ends on {{ renewal_date }}, and does not renew. {% endif %}

Current payment method: {{ payment_method }}

{% if charge_automatically %} {% 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 %}