mirror of https://github.com/zulip/zulip.git
8 lines
362 B
Plaintext
8 lines
362 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
|
|
{% endif %}
|