{% 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 %}