{% 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 %}