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

{% trans "You have a new follower:" %} {{ actor_name }}.

{% endblock %}