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

{% trans "Your content has received a new share by" %} {{ actor_name }}.

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

{% endblock %}