summaryrefslogtreecommitdiffstats
path: root/templates/mediawiki/welcome_email.txt
blob: c282d9e52e06745e39a784d44b24ee122316aca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% spaceless %}
{% load i18n %}
{% load smart_if %}
{% if title == 'prof' %}
{% blocktrans %}Dear Professor {{last_name}},{% endblocktrans %}
{% endif %}
{% if title == 'dr' %}
{% blocktrans %}Dear Dr. {{last_name}},{% endblocktrans %}
{% endif %}
{% if title == 'none' %}
{% blocktrans %}Dear {{first_name}},{% endblocktrans %}
{% endif %}
{% endspaceless %}

{% trans "Thank you for joining OSQA online community!" %}

{% trans "A very brief introduction to OSQA community follows this technical information, included for your record:" %}
{% blocktrans %}* please visit {{email_confirmation_url}} to confirm your email for the OSQA wiki 
* your OSQA login name is {{login_name}}, email address {{user_email}}.
* password recovery information can be always found here: {{password_recovery_url}}{% endblocktrans %}

{% trans "A brief introduction to the OSQA online community for the new user." %}

{% blocktrans %}Sincerely,
Adminstrator of the OSQA website.{% endblocktrans %}

{% blocktrans %}P.S. If you believe that this message was sent in error please tell us
about it by email at {{admin_email}}.{% endblocktrans %}