{% 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 %} {% blocktrans with link_start='' link_end='' %}If you have an idea or a question, {{ link_start }}this{{ link_end }} is a good place to start.{% endblocktrans %}

{% trans "Report" %}

{% endblock %}