@if ($deactivated)
@endif
{{ $user->name }}'s Avatar
{!! $user->displayName !!} @if ($user->previousUsername && mb_strtolower($user->name) != mb_strtolower($user->previousUsername)) {!! add_help('Previously known as ' . $user->previousUsername) !!} @endif
@if ($user->settings->is_fto)
FTO
@endif
Alias
{!! $user->displayAlias !!} @if (count($aliases) > 1 && config('lorekeeper.extensions.aliases_on_userpage'))

@foreach ($aliases as $alias) @if ($alias != $user->primaryAlias) @endif @endforeach

@endif
Joined
{!! format_date($user->created_at, false) !!} ({{ $user->created_at->diffForHumans() }})
Rank
{!! $user->rank->displayName !!} {!! $user->rank->parsed_description ? add_help($user->rank->parsed_description) : '' !!}
@if ($user->birthdayDisplay && isset($user->birthday))
Birthday
{!! $user->birthdayDisplay !!}
@endif @if ($user_enabled && isset($user->home_id))
Home
{!! $user->home ? $user->home->fullDisplayName : '-Deleted Location-' !!}
@endif @if ($user_factions_enabled && isset($user->faction_id))
Faction
{!! $user->faction ? $user->faction->fullDisplayName : '-Deleted Faction-' !!}{!! $user->factionRank ? ' (' . $user->factionRank->name . ')' : null !!}
@endif
@if (Settings::get('event_teams') && $user->settings->team) @endif
@if (isset($user->profile->parsed_text))
@if ($user->profile->pronouns)
{{ $user->profile->pronouns }}
@endif
{!! $user->profile->parsed_text !!}
@endif
Bank
@foreach ($user->getCurrencies(false) as $currency)
{!! $currency->display($currency->quantity) !!}
@endforeach
Inventory
@if (count($items))
@foreach ($items as $item)
@if ($item->imageUrl) {{ $item->name }} @else

{{ $item->name }}

@endif
@endforeach
@else
No items owned.
@endif

Characters @if (isset($sublists) && $sublists->count() > 0) @foreach ($sublists as $sublist) / {{ $sublist->name }} @endforeach @endif

@foreach ($characters->take(4)->get()->chunk(4) as $chunk)
@foreach ($chunk as $character) @endforeach
@endforeach
View all...

@comments(['model' => $user->profile, 'perPage' => 5])
Mention This User
In the rich text editor:
{{ '@' . $user->name }}
@if (!config('lorekeeper.settings.wysiwyg_comments')) In a comment:
[{{ $user->name }}]({{ $user->url }})
@endif
For Names and Avatars:
In the rich text editor:
{{ '%' . $user->name }}
@if (!config('lorekeeper.settings.wysiwyg_comments')) In a comment:
[![{{ $user->name }}'s Avatar]({{ $user->avatarUrl }})]({{ $user->url }}) [{{ $user->name }}]({{ $user->url }})
@endif
@if (Auth::check() && Auth::user()->isStaff) @endif
@if ($deactivated)
@endif