{% load i18n %} {% load smart_if %} {% blocktrans %}

Dear {{receiving_user_name}},

{% endblocktrans %}

{% if update_type == 'question_comment' %} {% blocktrans %}

{{update_author_name}} left a new comment for question "{{origin_post_title}}"

{% endblocktrans %} {% endif %} {% if update_type == 'answer_comment' %} {% blocktrans %}

{{update_author_name}} left a new comment for an answer to question "{{origin_post_title}}"

{% endblocktrans %} {% endif %} {% if update_type == 'new_answer' %} {% blocktrans %}

{{update_author_name}} answered a question {{origin_post_title}}

{% endblocktrans %} {% endif %} {% if update_type == 'new_question' %} {% blocktrans %}

{{update_author_name}} asked a question {{origin_post_title}}

{% endblocktrans %} {% endif %} {%if update_type == 'answer_update' %} {% blocktrans %}

{{update_author_name}} updated an answer to the question {{origin_post_title}}

{% endblocktrans %} {% endif %} {% if update_type == 'question_update' %} {% blocktrans %}

{{update_author_name}} updated a question {{origin_post_title}}

{% endblocktrans %} {% endif %}

{% blocktrans %}

Please note - you can easily change how often you receive these notifications.

{% endblocktrans %} {% trans "

Sincerely,
Forum Administrator

" %}