@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.username_color_hint') }}

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

{{ t('settings.ui_section') }}
{{ t('settings.modern_layout_hint') }}
@if(!session.use_new_layout)
{{ t('settings.alternative_infobox_hint') }}
@endif
{{ t('settings.scroll_nav_hint') }}
{{ t('settings.image_expand_on_click_hint') || 'Instead of opening the scroll zoom modal, clicking an image will expand it to full size within the page.' }}
{{ 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

@if(session.force_comment_display_mode) {{ t('settings.forced_mode_notice') || 'This setting is managed by an administrator.' }} @else {{ t('settings.comment_display_mode_hint') }} @endif
{{ t('settings.notifications_section') }}
{{ t('settings.receive_system_notifications_hint') }}
{{ t('settings.receive_user_notifications_hint') }}
{{ t('settings.do_not_disturb_hint') }}
{{ t('settings.appearance_section') }}
@if(enable_swf)
{{ t('settings.flash_section') }}
{{ t('settings.flash_bg_hint') }}
@endif
@if(enable_data_export)

{{ t('settings.export_data_title') || 'Export Data' }}

{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your browser to protect your privacy and save server resources.' }}

@endif

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

@if(matrix_enabled)

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

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

{{ t('settings.active_links') }}
{{ t('settings.loading') }}
@endif @if(enable_user_api_keys)

Upload API Key

@endif
@include(snippets/footer)