mirror of https://github.com/zulip/zulip.git
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
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.
|
|
{% endif %}
|
|
|
|
Support URL: {{ support_url }}
|