{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title url=go_url %}Hello {{ name }},

This a reminder that your request "{{ title }}" has received a reply and you need to set a new status.

Go to your request now:
{{ url }}


Cheers,
{{ site_name }}{% endblocktrans %}
{% endautoescape %}
{% include "foirequest/emails/user_footer.txt" %}
