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

{% blocktrans %}There has been a 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 did not request this change, please report it as soon as possible.{% endblocktrans %}

{% trans "Report suspicious activity" %}

{% endblock %}