{% extends 'notifications/items/layout.html' %} {% load i18n %} {% load utilities %} {% block icon %} {% endblock %} {% block description %} {% trans "sent you a follow request" %}
{% include 'snippets/follow_request_buttons.html' with user=notification.related_user %}
{% endblock %}