{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {{ site_name }} - {% trans "Account Information" %} {% include "common_libs.html" %} {% include "_header.html" with current="data" %}
{% if allow_any_site %}
{% trans 'Username, Email and Identities' %}
{{ error }}
{% csrf_token %}
{% csrf_token %}
{% if request.user.mastodon_acct %} {% 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_acct %} {% 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 %}
{% endif %}
{% trans "Display name, avatar and other information" %}
{% if request.user.mastodon_acct and not request.user.preference.mastodon_skip_userinfo %} {% trans "Please turn off Sync display name, bio and avatar." %} {% endif %} {% 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 %}
{% 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 '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 %}
{% 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 %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}