{% load static %} {% load i18n %} {% load mastodon %} {% load duration %} {% load thumb %} {{ site_name }} - {% trans "Preferences" %} {% include "common_libs.html" %} {% include "_header.html" %}
{% trans "Preferences" %}
{% csrf_token %}
{% trans 'Default view once logged in' %}
{% trans 'Default visibility' %}
{% trans "Public status will be posted to fediverse" %} {% if enable_local_only %} {% endif %}
{% if request.user.mastodon_acct %}
{% trans "Method for reposting to timeline" %}
{% endif %}
{% all_languages as languages %}
{% trans 'Settings for current device' %}
{% trans "theme" %}

{% trans "Focus mode" %}

{% trans "Custom styles" %}

{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}