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

Dear {{receiving_user_name}},

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

{{update_author_name}} left a new comment:

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

{{update_author_name}} left a new comment

{% 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}} posted a new 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 %}
{{content_preview}}

Please note - you can easily change how often you receive these notifications or unsubscribe. Thank you for your interest in our forum!

{% endblocktrans %} {% trans "

Sincerely,
Forum Administrator

" %}