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

{% blocktrans %}There are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}

{% endblock %}