{% load static %} {% load i18n %} {% load mastodon %} {% load duration %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ 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 %}
{% trans "Method for crossposting to timeline" %}
{% endif %}
{% all_languages as languages %}
{% blocktrans %}When start to read/watch/play/... an item in these categories, a bookmark will be created automatically. Bookmarks can be viewed and managed in most Mastodon compatible apps; your replies to these posts will automatically become notes for the item.{% endblocktrans %}
{% trans 'Settings for current device' %}
{% trans "theme" %}

{% trans "Focus mode" %}

{% trans "Number of items per page" %}

{% trans "Custom styles" %}

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