@extends('settings.template') @section('section')

{{__('settings.home.account_settings')}}


{{Auth::user()->username}}

@csrf

{{__('settings.home.must_be_a_jpeg_or_png_max_avatar_size')}}

{{__('settings.home.delete_profile_photo')}}

@csrf

0/{{config('pixelfed.max_bio_length')}}

{{__('settings.home.select_up_to_4_pronouns_that_will_appear_on_etc')}}

@if((bool) config_cache('federation.activitypub.enabled'))
{{__('settings.home.manage_account_alias')}}

{{__('settings.home.to_move_from_another_account_to_this_one_first_etc')}}

@if((bool) config_cache('federation.migration'))
{{__('settings.home.migrate_to_another_account')}}

{{__('settings.home.to_redirect_this_account_to_a_different_one_etc')}}

@endif @endif @if(config_cache('pixelfed.enforce_account_limit'))

{{__('settings.home.storage_usage')}}

{{$storage['percentUsed']}}% used {{$storage['usedPretty']}} / {{$storage['limitPretty']}}
@endif
@endsection @push('scripts') @endpush