{% extends "notifications/base.html" %} {% load i18n %} {% block body %}

{% trans "You have been mentioned by" %} {{ actor_name }}.

{% trans "Link to the content:" %} {{ content_url }}.

{% endblock %}