{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}

{% blocktrans %}There has been a change in your account at {{ site_title }}:{% endblocktrans %}

{{ message }}

{% blocktrans %}If you did not request this change, please notify us as soon as possible using following form:{% endblocktrans %}

{{ current_site_url }}{% url 'contact' %}?t=account

{% endfilter%}{% endautoescape %}{% include "mail/signature.txt" %}

