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

{% trans "Hi,"%}

{% blocktrans %}This is an automatic email to help you complete your registration with {{ site_title }}.{% endblocktrans %}

{% blocktrans %}Please open the following link in your web browser. If the link is split over several lines, you may need to copy it in the address bar.{% endblocktrans %}

{{ current_site_url }}{{ url }}

{% blocktrans %}If there is a problem with your registration, please contact us:{% endblocktrans %}

{{ current_site_url }}{% url 'contact' %}?subject=Registration

{% endblock %}