{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}
{% blocktranslate %}The following activity has occurred on your account at {{ site_title }}:{% endblocktranslate %}
{{ message }}
{% if extra_message %}{{ extra_message }}
{% endif %} {% include "mail/shared-activity.html" %} {% endblock content %}