{% 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 requested an email change for your user account at {{ domain }}.
It can be safely ignored if you did not request an email change. Click the link below to confirm new email address. {% 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 %}