{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans %}there are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% include "mail/footer.html" %} {% endblock %}