Back to Zulip

Internal Billing Notice

templates/zerver/emails/internal_billing_notice.html

12.01.1 KB
Original Source

{% 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 == "stale_audit_log_data" %} {% if fixed_price_plan %}

Unable to verify current licenses in use, but invoicing not delayed because customer has a fixed-price plan.

{% else %}

Unable to verify current licenses in use, which delays invoicing for this customer.

{% endif %} 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 %}