{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}
{% blocktranslate %}This is an automatic e-mail to help you complete your registration with {{ site_title }}.{% endblocktranslate %}
{% include "mail/shared-registration.html" %} {% endblock content %}