{% load mastodon %}
{% current_user_relationship identity as relationship %}
{% if relationship.rejecting %}
已屏蔽
{% else %}
{% if relationship.status %}
{{ relationship.status }}
{% else %}
{% endif %}
{% if show_home %}
{% endif %}
{% if not identity.local %}
{% elif identity.user and identity.user.mastodon_account %}
{% endif %}
{% if relationship.following %}
{% elif relationship.requesting %}
{% else %}
{% endif %}
{% if not relationship.muting %}
{% else %}
{% endif %}
{% comment %} {% trans '投诉用户' %} {% endcomment %}
{% endif %}