{% extends "site_base.html" %} {% load i18n avatar_tags relationship_tags %} {% block body %}
{{ user.username }} - {% if status.name == "Following" %} {% trans "Unfollow" %} {% endif %} {% if status.name == "Blocking" %} {% trans "Unblock" %} {% endif %}