{% trans 'Email' %}
{% trans "Fediverse (Mastodon)" %}
{% if request.user.mastodon %} {% endif %}{% trans "Threads.net" %}
{% if request.user.threads %} {% endif %}{% trans "Bluesky (ATProto)" %}
{% if request.user.bluesky %} {% endif %}{% trans 'Sync and import social account' %}
{% trans 'Users you are following' %}
{% include 'users/relationship_list.html' with id="follow" list=request.user.identity.following_identities.all %}{% trans 'Users who follow you' %}
{% include 'users/relationship_list.html' with id="follower" list=request.user.identity.follower_identities.all %}{% trans 'Users who request to follow you' %}
{% include 'users/relationship_list.html' with id="follow_request" list=request.user.identity.requested_follower_identities.all %}{% trans 'Users you are muting' %}
{% include 'users/relationship_list.html' with id="mute" list=request.user.identity.muting_identities.all %}{% trans 'Users you are blocking' %}
{% include 'users/relationship_list.html' with id="block" list=request.user.identity.blocking_identities.all %}{% trans 'Migrate Account' %}
{% if not user.email_account %} {% trans "Linking an email to your account is highly recommended before migrating from another Fediverse instance." %} {% endif %}