1 {% extends "email_base.html" %}
\r
3 {% load extra_tags %}
\r
6 <p>{% trans "Hello" %} {% user_var username %},</p>
\r
9 {% blocktrans with newmember.username as newmember_name and settings.APP_SHORT_NAME as app_title and settings.APP_URL as app_url and newmember.get_profile_url as newmember_url %}
\r
10 {{ newmember_name }} has just joined {{ app_title }}. You can visit {{ newmember_name }}'s profile using the following link: <br />
\r
11 <a href="{{ app_url }}{{ newmember_url }}">{{ newmember_name }} profile</a>
\r
15 <p>{% blocktrans %}Sincerely,<br />
\r
16 Forum Administrator{% endblocktrans %}</p>
\r