{% load i18n %}

{% blocktrans with title=proposal.title username=user.username %}{{ username }} has made changes to {{ title }} which you have previously reviewed or commented on.{% endblocktrans %}

{% url 'review_detail' proposal.pk as detail_url %} {% blocktrans %}View the latest version of the proposal online at http://{{ current_site }}{{ detail_url }}{% endblocktrans %}