{% load mastodon %}
{% current_user_relationship user as relationship %}
{% if relationship.rejecting %}
已屏蔽
{% else %}
{% if relationship.status %}
{{ relationship.status }}
{% else %}
{% endif %}
{% if show_home %}
{% endif %}
{% if relationship.following %}
{% if relationship.unfollowable %}
{% else %}
{% endif %}
{% else %}
{% if user.locked %}
{% else %}
{% endif %}
{% endif %}
{% if not relationship.muting %}
{% elif relationship.unmutable %}
{% else %}
{% endif %}
{% comment %} {% trans '投诉用户' %} {% endcomment %}
{% endif %}