{% extends "site_base.html" %} {% load i18n %} {% block body %}

{% trans "Success" %}

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

{% blocktrans with to_user.username as to_user_username %}{{ to_user_username }}'s profile{% endblocktrans %}

{% endblock %}