welcome.txt
ASCII text
1{% extends "mail.txt" %} 2{% block content %} 3{% trans username=username %}# Hello, {{ username }}!{% endtrans %} 4 5{% trans %}Welcome to the roundabout. Make yourself at home.{% endtrans %} 6 7{% 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 %} 8 9{% trans %}No email verification is required; email notifications are provided only for your convenience.{% endtrans %} 10{% endblock %} 11