{% extends "base.html" %} {% load taglinks %} {% load sanitizer %} {% block title %}Brutaldon ({{ own_acct.username }}) - confirm (un)follow {% endblock %} {% block content %} {% if relationship.requested %}

Cancel follow request?

{% elif relationship.following %}

Unfollow this user?

{% else %}

Follow this user?

{% endif %}

{{ user.display_name }} @{{ user.acct }}

{{ user.note | relink_toot | strip_html | safe }}

{% csrf_token %}
{% endblock %}