{% trans %}
Dear {{receiving_user_name}},
{% endtrans %} {% if update_type == 'question_comment' %} {% trans %}{{update_author_name}} left a new comment:
{% endtrans %} {% endif %} {% if update_type == 'answer_comment' %} {% trans %}{{update_author_name}} left a new comment
{% endtrans %} {% endif %} {% if update_type == 'new_answer' %} {% trans %}{{update_author_name}} answered a question {{origin_post_title}}
{% endtrans %} {% endif %} {% if update_type == 'new_question' %} {% trans %}{{update_author_name}} posted a new question {{origin_post_title}}
{% endtrans %} {% endif %} {%if update_type == 'answer_update' %} {% trans %}{{update_author_name}} updated an answer to the question {{origin_post_title}}
{% endtrans %} {% endif %} {% if update_type == 'question_update' %} {% trans %}{{update_author_name}} updated a question {{origin_post_title}}
{% endtrans %} {% endif %} {% trans %}Please note - you can easily change how often you receive these notifications or unsubscribe. Thank you for your interest in our forum!
{% endtrans %} {% trans %}Sincerely,
Forum Administrator