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

You received a response to your request "{{ title }}". Please read the response and change the status of the request if needed. You can also send another message.

To read your response and set the right status, click the link below:

{{ url }}

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