zulip/templates/zerver/emails/internal_billing_notice.sub...

8 lines
362 B
Plaintext
Raw Normal View History

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