{% load i18n %}{% autoescape off %} {% blocktrans trimmed %} You have a new notification on {{ site_name }}. {% endblocktrans %} {% trans "View notifications" %}: {{ site }}{% url "spirit:topic:notification:index" %} {% trans "Unsubscribe" %}: {{ site }}{% url "spirit:user:unsubscribe" pk=user_id token=unsub_token %} {% endautoescape %}