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