{% 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 %}
{% else %}
{% if identity.user.is_superuser %}
{% elif identity.user.is_staff %}
{% endif %}
{% if identity.user and identity.user.mastodon_account %}
{% endif %}
{% endif %}
{% if relationship.requested %}
{% endif %}
{% if relationship.following %}
{% elif relationship.requesting %}
{% else %}
{% endif %}
{% if not relationship.muting %}
{% else %}
{% endif %}
{% endif %}