{% spaceless %}

Hello {{ subscription.user.communitymember|default:subscription.user }}!

You have just been subscribed to

{{ subscription.channel }}{% if reason %}, because {{ reason }}{% endif %}

{% if not subscription.channel.encryption_key %}
Channel header:
{{ subscription.channel.body }}
{% endif %}

You will receive notifications for any comments in this channel.
Click here to unsubscribe or modify your notifications for this channel.

{% if subscription.user.pk != subscription.channel.user.pk %}

If you think this was a mistake, please get in touch with the creator of the channel, {{ subscription.channel.user }}, or contact your community managers.

{% endif %}

Have a nice day,
Your Community Managers

{% endspaceless %}