{% extends "email_base.html" %} {% load i18n %} {% load extra_tags %} {% block content %}
{% trans "Hello" %} {% user_var username %},
{% 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 %}
{{ newmember_name }} has just joined {{ app_title }}. You can visit his profile using the following link:
{{ newmember_name }} profile
{% endblocktrans %}
{% blocktrans %}Sincerely,
Forum Administrator{% endblocktrans %}