mirror of https://github.com/zulip/zulip.git
10 lines
469 B
Plaintext
10 lines
469 B
Plaintext
{% if notice_reason == "fixed_price_plan_ends_soon" %}
|
|
Fixed-price plan for {{ billing_entity }} ends on {{ end_date }}
|
|
{% elif notice_reason == "invoice_overdue" %}
|
|
Invoice overdue for {{ billing_entity }} due to stale data
|
|
{% elif notice_reason == "locally_deleted_realm_on_paid_plan" %}
|
|
{{ billing_entity }} on paid plan marked as locally deleted
|
|
{% elif notice_reason == "license_discrepancy" %}
|
|
Check initial licenses invoiced for {{ billing_entity }}
|
|
{% endif %}
|