{% load i18n %}

{% blocktrans with name=name %}Hello {{ name }},{% endblocktrans %}

{% blocktrans with url=response.question.url title=response.question.title domain=site.domain %} We just wanted to let you know that a new response has been added to the question "{{ title }}". You can visit it here: {{ domain }}{{ url }}. {% endblocktrans %}

{% trans "You are receiving these messages because you checked the 'alert' box when you originally posted." %}

{% blocktrans with name=site.name %}Thank you, {{ name }} team{% endblocktrans %}