{% extends "zerver/portico.html" %} {% set entrypoint = "billing" %} {% block title %} {{ _("Billing") }} | Zulip {% endblock %} {% block portico_content %}

Zulip Cloud billing for {{ org_name }}

{% if admin_access and has_active_plan %}
{% if free_trial %} {{ plan_name }} Free Trial {% else %} {{ plan_name }} {% endif %}
{{ billing_frequency }} {% if switch_to_annual_at_end_of_cycle %}
Your plan will switch to annual billing on {{ renewal_date }}. {% endif %}
{% if automanage_licenses %}
{{ licenses }} (managed automatically)
{% else %}
licenses ({{ seat_count }} in use)
{% if not downgrade_at_end_of_cycle %}
licenses ({{ seat_count }} in use)
{% endif %}
Plan updated. The page will now reload.
{% endif %}
{{ payment_method }}
{% if charge_automatically %}
{% endif %}
Redirecting to Stripe checkout page for updating Card details.
{% if renewal_amount %} {% if free_trial %} Your plan will be upgraded to {{ plan_name }} on {{ renewal_date }} for ${{ renewal_amount }}. {% elif downgrade_at_end_of_cycle %} Your organization will be downgraded to Zulip Cloud Free at the end of the current billing period ({{ renewal_date }}). You will lose access to unlimited search history and other features of your current plan. {% else %} {% if charge_automatically %} Your plan will automatically renew on {{ renewal_date }}. {% else %} Your next invoice is due on {{ renewal_date }}. {% endif %}
Expected charge: ${{ renewal_amount }} {% endif %} {% else %} Your plan ends on {{ renewal_date }}, and does not renew. {% endif %}
{% if free_trial %}
{% elif downgrade_at_end_of_cycle %}
{% else %}
{% endif %}
{% if free_trial %} {% elif downgrade_at_end_of_cycle %} {% else %} {% endif %}
Plan updated. The page will now reload.
{% if onboarding %} {% endif %}

{% else %}

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

{% endif %}
{% endblock %}