Dear {{ customer.firstName }} {{ customer.lastName }},

We are writing to inform you that the price of your subscription with {{ salesChannel.name }} will change.

Subscription: {{ subscription.description }}
Current amount: {{ subscription.amount }} {{ subscription.currency.symbol ?? '' }}
New amount: {{ subscription.nextNotifiedPrice }} {{ subscription.currency.symbol ?? '' }}
Effective from next renewal on: {{ subscription.nextPaymentAt | date("m / d / Y", false) }}

{% if subscription.order and subscription.order.lineItems %} Items in this subscription:
{% endif %}
If you do not agree with the new price, you can cancel your subscription before the next renewal date by logging into your account on {{ salesChannel.name }}.

If we do not hear from you, the new price will automatically apply from the next renewal.

Thank you,
{{ salesChannel.name }}