@if ($showRealIdentity && $profileUser->show_photo && $profileUser->photo_path) {{ $profileUser->name }} @endif

{{ $showRealIdentity && $profileUser->name ? $profileUser->name : $profileUser->username }}

{{ '@'.$profileUser->username }}

{{ __('profiles.joined', ['date' => $profileUser->created_at->toFormattedDateString()]) }}

{{ __('profiles.progress') }}

@if (! $showFullHistory)

{{ __('profiles.upgrade_for_history') }} @if (auth()->id() === $profileUser->id) {{ __('app.nav.premium') }} @endif

@endif @forelse ($progress as $row)

{{ $row['category']->name() }}

{{ trans_choice('profiles.attempt_count', $row['attemptCount'], ['count' => $row['attemptCount']]) }} ยท {{ __('profiles.best_score', ['score' => $row['best']]) }}

@if (count($row['scores']) > 1) @endif

@if ($row['trend'] === 'up') @elseif ($row['trend'] === 'down') @endif {{ $row['latest'] }}

@empty

{{ __('profiles.no_badges') }}

@endforelse