{% load i18n %}
{% ifequal mode "html" %}

{% blocktrans %}You have requested the change of email on {{ domain }}{% endblocktrans %}.
{% blocktrans %}After visiting <a href="{{ url }}">this url</a>, the new email will be set for your accont{% endblocktrans %}.
{% blocktrans %}New email: {{ email }}{% endblocktrans %}

{% else %}

{% blocktrans %}You have requested the change of email on {{ domain }}{% endblocktrans %}.
{% blocktrans %}After visiting the {{ url }}, the new email will be set for your accont{% endblocktrans %}.
{% blocktrans %}New email: {{ email }}{% endblocktrans %}

{% endif %}
