{% extends "misago/emails/base.txt" %}
{% load i18n misago_absoluteurl %}


{% block content %}
{% blocktrans trimmed with user=user %}
{{ user }}, thank you for joining us!
{% endblocktrans %}

{% blocktrans trimmed %}
You may now join discussion on our forums. Why not spend a minute or two to have a look around and share your opinions and knowledge with rest of community?
{% endblocktrans %}

{% blocktrans trimmed %}
You can always sign in to your account using the form below:
{% endblocktrans %}
{% absoluteurl LOGIN_URL %}
{% endblock content %}
