@include(snippets/header)

{{ t('settings.title') }}

{{ t('settings.avatar') }}

{{ t('settings.current_avatar') }}
@if(avatar_file) @elseif(session.avatar && session.avatar > 0) @else
?
@endif

{{ t('settings.upload_custom_avatar') }}

{{ t('settings.avatar_hint') }}

{{ t('settings.no_file_selected') }}
@if(avatar_file) @endif
@if(enable_profile_description)
@endif

{{ t('settings.preferences') }}

{{ t('settings.ui_section') }}
{{ t('settings.modern_layout_hint') }}
{{ t('settings.disable_autoplay_hint') }}
{{ t('settings.disable_swiping_hint') }}
{{ t('settings.enable_bg_blur_hint') }}
{{ t('settings.render_emojis_hint') }}
{{ t('settings.embed_yt_hint') }}
@if(show_koepfe)
{{ t('settings.hide_koepfe_hint') }}
@endif @if(allow_language_change)

{{ t('settings.language_hint') }}
@endif
{{ t('settings.scroll_nav_hint') }}
{{ t('settings.username_color_hint') }}
@if(enable_swf)
{{ t('settings.flash_section') }}
{{ session.ruffle_volume !== undefined && session.ruffle_volume !== null ? Math.round(session.ruffle_volume * 100) : 50 }}%
{{ t('settings.flash_bg_hint') }}
@endif @if(enable_xd_score)
{{ t('settings.content_filters') }}
{{ session.min_xd_score || 0 }}
{{ t('settings.min_xd_score_hint') }}
@endif

{{ t('settings.account') }}

@if(matrix_enabled)

{{ t('settings.linked_accounts') }}

{{ t('settings.matrix_link_desc') }}

{{ t('settings.active_links') }}
{{ t('settings.loading') }}
@endif
@include(snippets/footer)