{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Success" %}

You are {% if add %}now{% else %}no longer{% endif %} {{ status.from_slug }} {{ to_user.username }}

{{ to_user.username }}'s profile

{% endblock %}