@if (currentUser; as user) {
👤
{{ user.username }}
PLAYER ID
{{ user.id }}
@if (idCopied) {
✓ COPIED
} @if (usernameCopied) {
✓ COPIED
}
RATING {{ user.rating }}
MEMBER SINCE {{ user.createdAt | date: 'MMM dd, yyyy' }}
}