{% extends "mail.html" %} {% block content %}

{% trans username=username %}Hello, {{ username }}!{% endtrans %}

{% trans %}Welcome to the roundabout. Make yourself at home.{% endtrans %}

{% trans %}You've just registered for an account at this server. If it wasn't you, write to us and we'll remove this email from our database.{% endtrans %}

{% trans %}No email verification is required; email notifications are provided only for your convenience.{% endtrans %}

{% endblock %}