{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% blocktrans with user=user.username %}There has been a change in translation on {{ translation }} at {{ site_title }} by {{ user }}.{% endblocktrans %}
{% include "mail/snippets/source-string.html" %}