{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans "Account Information" %} {% include "common_libs.html" %} {% include "_header.html" %}
{% trans "Display name, avatar and other information" %}
{% include "_field.html" with field=profile_form.name %} {% include "_field.html" with field=profile_form.summary %} {% include "_field.html" with field=profile_form.icon %} {% include "_field.html" with field=profile_form.discoverable %} {% include "_field.html" with field=profile_form.manually_approves_followers %} {% csrf_token %}
{% if allow_any_site %}
{% trans 'Email' %}
{% csrf_token %}
{% trans "Fediverse (Mastodon)" %}
{% csrf_token %}
{% if request.user.mastodon %} {% else %}

{% blocktrans %}If you have not yet registered with any Federated instance, you may choose an instance and register.{% endblocktrans %}

{% endif %} {% if request.user.mastodon %} {% blocktrans %}After replacing the association, you may use the new Fediverse identity to log in and control data visibility. Existing data such as tags, comments, and collections will not be affected.{% endblocktrans %} {% else %} {% trans "Once associated with Fediverse identity, you can discover more users and use the full features of this site." %} {% endif %}
{% if request.user.mastodon %}
{% csrf_token %}
{% endif %}
{% if enable_threads %}
{% trans "Threads.net" %}
{% csrf_token %}
{% if request.user.threads %} {% endif %}
{% if request.user.threads %}
{% csrf_token %}
{% endif %}
{% endif %} {% if enable_bluesky %}
{% trans "Bluesky (ATProto)" %}
{% csrf_token %}
{% if request.user.bluesky %} {% endif %} {% blocktrans %}App password can be created on bsky.app.{% endblocktrans %}
{% if request.user.bluesky %}
{% csrf_token %}
{% endif %}
{% endif %} {% endif %} {% if request.user.social_accounts.all %}
{% trans 'Sync and import social account' %}
{% csrf_token %}
{% trans "New follow, mute and blocks in the associated identity may be automatically imported; removal has to be done manually." %}
{% csrf_token %} {% trans "Click button below to start sync now." %} {% if request.user.mastodon.last_refresh %} {% trans "Last updated" %} {{ request.user.mastodon.last_refresh }} {% endif %}
{% endif %}
{% 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 %}
{% if allow_any_site %}
{% 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 %}

{% trans 'Delete Account' %}
{% csrf_token %}
{% blocktrans %}Enter full username@instance.social or email@domain.com to confirm deletion.{% endblocktrans %} {% trans "Once deleted, account data cannot be recovered." %} {% if import_status.douban_pending %} {% else %} {% endif %}
{% endif %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}