{% load i18n %}{% load static %}
{% trans "Hi!" context "Standard e-mail greeting" %}
{% blocktrans trimmed context "Email change e-mail text" %} You're receiving this e-mail because you or someone else has changed email for your user account at {{ domain }}.
If you didn't request this change, please contact the administrator. {% endblocktrans %}
{% blocktrans trimmed context "Base email text" %} This is an automatically generated e-mail, please do not reply. {% endblocktrans %}
{% blocktrans trimmed context "Base email footer" %} Sincerely, {{ site_name }} {% endblocktrans %}