{% extends "zerver/emails/email_base_default.html" %} {% block content %}

Internal billing notice for {{ billing_entity }}.

{% if notice_reason == "fixed_price_plan_ends_soon" %}

Reminder to re-evaluate the pricing and configure a new fixed-price plan accordingly.

{% elif notice_reason == "invoice_overdue" %}

Recent invoice is overdue for payment.

Last data upload: {{ last_audit_log_update }} {% elif notice_reason == "locally_deleted_realm_on_paid_plan" %}

Investigate why remote realm is marked as locally deleted when it's on a paid plan.

{% elif notice_reason == "license_discrepancy" %}

Discrepancy in licenses when upgraded to current plan.

Licenses paid for: {{ paid_licenses }}. Reported licenses in use: {{ current_licenses }}. {% endif %}

Support URL: {{ support_url }} {% endblock %}