{% load i18n %}{% autoescape off %} {% blocktrans trimmed %}You have a new notification at {{ site_name }}.{% endblocktrans %} {% trans "Please go to the following link to read the comment:" %} {{ protocol }}://{{ domain }}{% url "spirit:comment:bookmark:find" topic_id=comment.topic_id %} {% trans "If you don't want to keep receiving notifications, you can deactivate them on your profile preferences." %} {% endautoescape %}