{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

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

{{ message }}

{% if extra_message %}

{{ extra_message }}

{% endif %}
{% trans "IP address" %} {{ address }}
{% trans "User agent" %} {{ user_agent }}

{% blocktrans %}If you don’t recognize this change, you can report it by clicking the button below.{% endblocktrans %} {% blocktrans %}Don’t use this button for support questions. Such questions won’t be answered.{% endblocktrans %}

{% trans "Report" %}

{% endblock %}