2024-02-29 10:26:41 +01:00
|
|
|
{% if notice_reason == "fixed_price_plan_ends_soon" %}
|
2024-03-20 15:46:12 +01:00
|
|
|
Fixed-price plan for {{ billing_entity }} ends on {{ end_date }}
|
2024-02-29 10:26:41 +01:00
|
|
|
{% elif notice_reason == "invoice_overdue" %}
|
2024-03-20 15:46:12 +01:00
|
|
|
Invoice overdue for {{ billing_entity }} due to stale data
|
2024-02-29 08:30:13 +01:00
|
|
|
{% elif notice_reason == "locally_deleted_realm_on_paid_plan" %}
|
2024-03-20 15:46:12 +01:00
|
|
|
{{ billing_entity }} on paid plan marked as locally deleted
|
2024-02-29 10:26:41 +01:00
|
|
|
{% endif %}
|